xsl-list
[Top] [All Lists]

Re: Chewy key problem

2005-03-01 03:09:53
  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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



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