xsl-list
[Top] [All Lists]

RE: randomizing data

2004-05-20 13:05:25
From: SnHndrc(_at_)aol(_dot_)com [mailto:SnHndrc(_at_)aol(_dot_)com]
 
Is it possible to grab sections of an xml document 
<chapter1><title></title><para></para></chapter1> and randomize it with xslt? 

Chapter 10 would be first, then 8 then another chapter in random order.

Yes, you could do that.  I have a hack in the forthcoming OReilly book "XML 
Hacks" that shows a simple way to randomize with xslt.  Basically, insert a 
string of random numbers into a node in the style sheet and index into it to 
get the random numbers.  Or you could pass in a different random string as a 
global parameter each time you run the stylesheet.

Cheers,

Tom P




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