RE: [xsl] How can I sort this?

Subject: RE: [xsl] How can I sort this?
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 24 May 2005 12:48:28 +0100
> How can I sort by the name? I mean, my expected results are:
> 
> <select id="SmallElements">
>   <option value="001">A</option>
>   <option value="01">B</option>
>   <option value="002">X</option>
>   <option value="02">Z</option>
> </select>
> 

You don't seem to be sorting by the name (A,B,X,Z), you seem to be sorting
by the code. But I don't know how you're defining your sort order. If 001
precedes 01, does this mean 112 would precede 12? I can't guess the rules
from this example.

Michael Kay
http://www.saxonica.com/

Current Thread