Actions
Bug #658
closedDefault collation ignored
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
XPath conformance
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Legacy ID:
sf-1406154
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
SourceForge user: mhkay
When a function call (such as distinct-values() or
compare()) takes a collation as an optional argument,
and the collation argument is omitted, the default
collation in the static context is used only in the
case where all the arguments of the function call are
known statically. In other cases, the Unicode codepoint
collation is used.
Source code fix: replace the module
net.sf.saxon.functions.CollatingFunction with the new
version attached.
Files
Please register to edit this issue
Actions