[xsl] xsl:sort - sorting outline numbered values

Subject: [xsl] xsl:sort - sorting outline numbered values
From: "Ilya Khandamirov" <ikh@xxxxxxxxxxx>
Date: Thu, 30 Aug 2001 17:28:20 +0200
Dear List,

xsl:sort element, combined with MSXML, sorts the following values absolutely
correctly (as text):

1
1.1
10
11.1.1
2.1

But i would like to get slightly different result:

1
1.1
2.1
10
11.1.1

Does somebody know of XSLT solution for that?
p.s. There can be up to 15 numbering levels in the source XML file.


Thank you.

Regards,
Ilya



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread