Re: [xsl] Chewy key problem

Subject: Re: [xsl] Chewy key problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 1 Mar 2005 10:09:53 GMT
  I feel its not possible with pure XSLT 1.0 . We need
  to take help of extension function (node-set). Below
  is the solution..

I think that's probably true, or to say the same thing another way, the
pure XSLT1 solution would be to do two passes, first do a transform that
concatenates all the text nodes into a single element or attribute, then
do a second pass that sorts on that new node. a node-set extension is a
convenience to allow that to be done in a single run of the processor.

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