xsl-list
[Top] [All Lists]

Re: [xsl] question on random numbers for browser XSLT

2009-07-24 08:10:50
Usually you may access javascript from browser's xslt.
This however not pure xslt but working solution.
--
Vladimir Nesterovsky
http://www.nesterovsky-bros.com

Hermann Stamm-Wilbrandt wrote:
I want random numbers in a stylesheet but I am bound to XSLT 1.0 and
not able to make use of "http://exslt.org/random"; extensions because
the stylesheet should be accessed by <?xml-stylesheet ...?> in a
browser XML document.

Is there a pure XSLT solution?

I think FXSL http://fxsl.sourceforge.net/ has random number generator.



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