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

Subject: Re: [xsl] Problems calculating the running time of an xsl script
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 10 Dec 2009 08:11:44 -0500
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@xxxxxxxxxxxxxxxxxxxx
Male Cancer Awareness Nov'07  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal

Current Thread