xsl-list
[Top] [All Lists]

Re: [xsl] randomly selecting a node from a node set

2013-01-06 13:26:58
On Sun, Jan 06, 2013 at 12:32:11AM +0000, David Carlisle scripsit:
On 06/01/2013 00:18, Graydon wrote:
Anyone got suggestions as to how one picks a random node out of a
node sequence?

exslt has a random function or depending on how random and/or repeatable
you need the result you can in xslt 2 use the time of day to give you
some number of seconds.

Thank you!

I need to do a lot of this at once, so seconds won't help much, but a
random function is just the thing.

I assume you are using xslt 2 as your code snippet uses eq although
originally I'd assumed you needed an xslt 1 answer as xpath2 doesn't
have node sets (that was the datatatype in xpath 1)

True!

This is certainly in a 2.0 context.

"Node-set" seems indelibly stuck in my head; I blame traumatic events
involve producing DITA output in 2005. :)

-- Graydon, who will have another go at expunging the wretched thing

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