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

Subject: Re: [xsl] Problems calculating the running time of an xsl script
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Thu, 10 Dec 2009 14:11:36 +0100
Alex Muir wrote:

Problem is that the startExecutionTime and the CurrentExecutionTime
are always the same resulting in zero duration

Yes, the specification of XSLT 2.0 demands that, see http://www.w3.org/TR/xslt20/#xpath-dynamic-context, which says:
"A number of functions specified in [Functions and Operators] are defined to be stable FO, meaning that if they are called twice during the same execution scopeFO, with the same arguments, then they return the same results (see Section 1.7 TerminologyFO). In XSLT, the execution of a stylesheet defines the execution scope. This means, for example, that if the function current-dateTimeFO is called repeatedly during a transformation, it produces the same result each time. "


--

	Martin Honnen
	http://msmvps.com/blogs/martin_honnen/

Current Thread