Subject: RE: sorting on decimal
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 15 May 2009 23:12:27 +0100
|
Yes, if you're using Saxon then
<xsl:sort select="@number"
collation="http://saxon.sf.net/collation?alphanumeric=yes"/>
should do the job.
Regards,
Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay
> -----Original Message-----
> From: David Carlisle [mailto:davidc@xxxxxxxxx]
> Sent: 15 May 2009 20:52
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: sorting on decimal
>
>
> you could use a collation that split up the decimal ranges
> (saxon has an alphanumeric collation that would probably do the job)
>
> http://www.saxonica.com/documentation/extensibility/collation.html
>
> David
>
> ______________________________________________________________
> __________
> The Numerical Algorithms Group Ltd is a company registered in
> England and Wales with company number 1249803. The registered
> office is:
> Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
>
> This e-mail has been scanned for all viruses by Star. The
> service is powered by MessageLabs.
> ______________________________________________________________
> __________
|