Re: [xsl] sort collation

Subject: Re: [xsl] sort collation
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 1 Oct 2022 11:58:02 -0000
Am 10/1/2022 um 1:53 PM schrieb Jean-Paul Rehr rehrjb@xxxxxxxxx:
Dear all,

I have a <xsl:sort> which is applied to footnote numbering. The
footnotes are numbered a,b,c....aa,ab,ac...ba,bb,bc, etc

With no collation applied, the footnotes are sorted a, aa, ab, b, ba,
bb, bc, etc. I am having trouble identifying the collation to use to
get them into the order as above.

Any suggestions as to which collation to use?


Wouldn't


B <xsl:sort select="string-length(.)"/>

<xsl:sort select="."/>

give the order a,b,c,...,aa,?

Current Thread