This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]