RE: [xsl] sorting a subset of elements

Subject: RE: [xsl] sorting a subset of elements
From: "James Fuller" <james.fuller@xxxxxxxxxx>
Date: Thu, 22 Aug 2002 08:46:18 +0100

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Dion Houston
>
> With XSLT 1.0 and nearly every XSLT processor I'm aware of you can sort,
> filter, and sort again, however the way to do this is processor
> dependent.  With MSXML and System.Xml for example:

and just to be very clear, its not the sorting aspect that is processor
dependent....its the use of a node-set function which translates a RTF into
a nodeset object. Most XSLT processor has its own node-set() function, and
XSLT 2.0 gets rid of the need to do this.

cheers, jim fuller


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


Current Thread