Subject: RE: Is this a sorting bug in xalan 6.4.0?
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Fri, 7 Feb 2003 13:48:43 -0000
|
I'm curious at how Saxon does
string comparisons for the purpose of implementing xsl:sort.
Saxon 6.5.2 uses codepoint collation by default, but allows you to
select a different collation by means of a user hook (selected via the
data-type attribute of xsl:sort, which is extensible).
Saxon 7.3.1 allows you to specify a collation in detail, using the
<saxon:collation> element; by default it uses the default Java collation
for the specified language, or failing that for the user's locale.
(That's for xsl:sort; for other functions such as compare(), it defaults
to codepoint collation if you don't specify a collation explicitly).
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- <Possible follow-ups>
- David . Pawson - Fri, 7 Feb 2003 10:04:50 -0500 (EST)
- TP - Fri, 7 Feb 2003 10:39:52 -0500 (EST)
|
|