xsl-list
[Top] [All Lists]

Re: [xsl] Natural sort of strings

2011-02-24 05:31:27
O
I needed to sort strings in "natural" order. That means that I needed
output like this:



The task looks simple but my implementation is surprisingly untrivial.
Is there simple one?

In Saxon, use

<xsl:sort collation="http:// saxon.sf.net/collation?alphanumeric=yes"/>

Michael Kay
Saxonica


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