Re: [xsl] node lists

Subject: Re: [xsl] node lists
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 19 Oct 2004 11:43:12 +0100
Not really.

Often the easiest thing to do is do two transformations, first sort then
process as normal so you can use the following-sibling axis and other
usual tools.

Either two stylesheets or using your processor's xx:node-set() extension
function, two passes within the same stylesheet.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread