xsl-list
[Top] [All Lists]

Re: [xsl] RandomList.xsl from FXSL-xslt2

2009-10-02 11:40:49
Jesper Tverskov wrote:
When I do this:

<xsl:value-of select="format-time(current-time(), '[f][s]')" />

20.000 times in one transformation, it takes around 120 seconds on my
computer, but all the "seeds" are the same!

I think because of the declarative nature of XSLT current-time() during one transformation always returns the same value.

--

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

--~------------------------------------------------------------------
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>
--~--