RE: [xsl] Reverse order

Subject: RE: [xsl] Reverse order
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 1 May 2001 15:59:56 +0100
>
> Is there a way to get a node set in a reverse order?
>

Yes, <xsl:sort select="position()" data-type="number" order="descending"/>

This should work according to the spec, but I've heard reports that it
doesn't work on all processors.

Mike Kay


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


Current Thread