RE: [xsl] <sort lang="sv"/> in Saxon

Subject: RE: [xsl] <sort lang="sv"/> in Saxon
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Mon, 15 Oct 2001 16:31:18 +0100
> Using Saxon 6.2. I had expected another result from the
> following code:
>
> <xsl:for-each select="//index">
>   <xsl:sort lang="sv"/>
>   ...
> </xsl:for-each>
>
> The result is that ä comes between a and b, which is not the case in
> Swedish.
>
Saxon doesn't have built-in support for the Swedish collating sequence. It
allows you to add this (or any other) collating sequence yourself, as
described in the extensibility.html file.

Mike Kay


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


Current Thread