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: sorting a subset of elements



> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]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


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