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

Subject: [xsl] <sort lang="sv"/> in Saxon
From: "Gustaf Liljegren" <gustaf.liljegren@xxxxxx>
Date: Mon, 15 Oct 2001 16:51:32 +0200
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.
Is this a known problem with Saxon? I imagine it can be heavy to carry
around sorting tables for all written languages, but at least Xalan did the
right thing in Swedish.

Regards,

Gustaf Liljegren



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


Current Thread