[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] sort order - short word before longer word??


Subject: [xsl] sort order - short word before longer word??
From: "Klocker Christoph" <Christoph.Klocker@xxxxxxxxxxxxx>
Date: Mon, 14 Mar 2005 17:23:06 +0100

Hi,

I got a sorting problem, I try to sort some entries alphabetically,

the problem is, when I have these two entries

<word>Ank|ndigungsabgabe</word>
<word>Ank|ndigungsabgabenpflicht</word>

Transforming with <xsl:sort select="." order="ascending" data-type="text" />

I get the second one first, and can't figure it out how to get the shorter one
first. Actually I am expecting the shorter one should be the first in the
result.

Using saxon8.2

christoph


Current Thread