Subject: Re: 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 |
- AW: Replacing all Occurences of a String, (continued)
- Roger - Thu, 30 Aug 2001 10:36:43 -0400 (EDT)
- cutlass - Thu, 30 Aug 2001 11:04:44 -0400 (EDT)
- Ilya Khandamirov - Thu, 30 Aug 2001 11:38:19 -0400 (EDT)
- David Carlisle - Thu, 30 Aug 2001 12:08:58 -0400 (EDT)
- Thomas B. Passin - Thu, 30 Aug 2001 12:47:17 -0400 (EDT) <=
- Francis Norton - Thu, 30 Aug 2001 13:51:25 -0400 (EDT)
- David Carlisle - Thu, 30 Aug 2001 10:19:22 -0400 (EDT)
- Roger - Thu, 30 Aug 2001 10:54:40 -0400 (EDT)
- Chris Bayes - Thu, 30 Aug 2001 12:14:32 -0400 (EDT)
|
|