RE: [xsl] sorting results by date

Subject: RE: [xsl] sorting results by date
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Mon, 24 Sep 2001 19:04:42 +0100
> Is it possible to sort by an element with the following format:
> 
> 22-05-2001
> 

<xsl:sort select="concat(substring(.,7,4),
   substring(.,4,2), substring(.,1,2))"/>

Mike Kay

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


Current Thread