xsl-list
[Top] [All Lists]

Re: [xsl] current-dateTime()

2008-04-18 18:45:18
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/

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

<Prev in Thread] Current Thread [Next in Thread>