This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Extending xsltproc?



> I would like to render a node-set into rows of columns
> without resorting to disable-output-escaping to insert the
> modulo-column </tr><tr> break,

That can usually (well always, in theory) be done without using any
extension and without using d-o-e. Without seeing exactly  what transform
you want to perform though, it's hard to offer any advice.

> and I'd also like to be able to present
> a node-set in a new random order on each call. 

Dimitre posted a random number generator written purely in XSLT with no
extensions to this list just the other day. You could use that as a
basis to get this effect.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]