xsl-list
[Top] [All Lists]

RE: How can I sort this?

2005-05-24 04:48:28

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/



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>