RE: sort on more than one element

Subject: RE: sort on more than one element
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 1 Nov 2000 09:58:14 -0400 (EST)
> iam using xsl:sort and i need to sort of more than one element
> <xsl:sort select="col1;col2"/>

write:
<xsl:sort select="col1"/><xsl:sort select="col2"/>

Mike Kay
> 




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


Current Thread