Re: [xsl] xsl:sort - sorting outline numbered values

Subject: Re: [xsl] xsl:sort - sorting outline numbered values
From: "Thomas B. Passin" <tpassin@xxxxxxxxxxxx>
Date: Thu, 30 Aug 2001 12:38:41 -0400
If the outline headings occur in order in the document, you may be able to
sort them in document order.  That would be a lot easier than parsing out
all the 15 levels.

Tom P

[Ilya Khandamirov]

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



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


Current Thread