Re: [xsl] current-dateTime()

Subject: Re: [xsl] current-dateTime()
From: Liam Quin <liam@xxxxxx>
Date: Fri, 18 Apr 2008 21:44:53 -0400
On Fri, Apr 18, 2008 at 08:04:45AM -0700, Dimitre Novatchev wrote:
> Just use an extension function with an argument that it ignores (but
> the XSLT processor has no way of knowing this) and call it every time
> with different argument value, for example:
> 
>     for $i in 1 to 1000000
>          return (ext:myTime($i), f:doSomething())

Yes, in that case you can get the function called.  Once you
venture into the land of extensions, anything becomes possible :-)

It was not the point I was trying to make, but maybe it is
not important.

Liam

-- 
Liam Quin, W3C XML Activity Lead, http://www.w3.org/People/Quin/
http://www.holoweb.net/~liam/ * http://www.fromoldbooks.org/

Current Thread