xsl-list
[Top] [All Lists]

Selecting Random elements

2003-11-06 05:54:38
Hi,

Rather than selecting all elements in a given context, is it possible to select a random set of a predifined number. For example given the following XML file which could contain hundreds of images, is it possible to output a randomly selected set of 3

<imglibrary>
<img src="1.jpg"/>
<img src="2.jpg"/>
<img src="3.jpg"/>
etc...
</imglibrary>

The output could be something like:

<img src="53"/>
<img src="74"/>
<img src="81"/>

Thanks in advance for your help

--
David Elsmore
IT Development Manager
School of Social Sciences and Law
Oxford Brookes University
Tel: 01865 484176
email: delsmore(_at_)brookes(_dot_)ac(_dot_)uk



XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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