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]

<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.
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


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