RE: [xsl] Multiple Sorting

Subject: RE: [xsl] Multiple Sorting
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 27 Jul 2001 09:54:03 +0100
> which has a valid XSL file to translate the data into HTML ordered by
> <lastname> using
>
> <xsl:for-each select="addressbook/contact" order-by="+lastname">
>

Most of us on this list would say that's not a valid XSL file. It uses
syntax available only in Microsoft's obsolete WD-xsl dialect. Use XSLT
instead, and use <xsl:sort>.

Mike Kay
Software AG


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


Current Thread