xsl-list
[Top] [All Lists]

RE: [xsl] Ranking Random Nodes from Top to Bottom

2007-08-17 07:02:30

This is an interesting hint! Michael, do you mean that this 
collation order automatically sorts the following "correctly" 
(defined as: treat numeric parts as numeric)?

root[1]/node[12]
root[1]/node[6]
root[1]/node[11]
root[1]/node[0045]

into:
root[1]/node[6]
root[1]/node[11]
root[1]/node[12]
root[1]/node[0045]


Yes.

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>
--~--