xsl-list
[Top] [All Lists]

Re: [xsl] Problems calculating the running time of an xsl script

2009-12-10 08:13:07
At 2009-12-10 13:03 +0000, Alex Muir wrote:
On each XSL files I'm setting a global variable to store the current date time.

The current time in an XSLT process is a static property: it is set once for the entire transformation.

Is there a way to calculate the running time of an xsl script within the script?

Only by way of some vendor extension, not by using the standardized facilities of the language.

Review your implementation's extension facilities.

I hope this helps.

. . . . . . . .  Ken

--
XSLT/XQuery/XPath training after http://XMLPrague.cz 2010-03-15/19
Vote for your XML training:   http://www.CraneSoftwrights.com/s/i/
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Training tools: Comprehensive interactive XSLT/XPath 1.0/2.0 video
Video lesson:    http://www.youtube.com/watch?v=PrNjJCh7Ppg&fmt=18
Video overview:  http://www.youtube.com/watch?v=VTiodiij6gE&fmt=18
G. Ken Holman                 mailto:gkholman(_at_)CraneSoftwrights(_dot_)com
Male Cancer Awareness Nov'07  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--