Project

Profile

Help

Bug #4359

Updated by Michael Kay over 4 years ago

In F&O 3.1, the notes for fn:collation-key() say: 


 > *This 

 ~~~ 
 This specification does not mandate that collation keys should retain ordering. This is partly because the primary use case is for maps, where only equality comparisons are required, and partly to allow the use of binary data types (which are currently unordered types) for the result. The specification may be revised in a future release to specify that ordering is preserved. * 
 ~~~ 

 This paragraph is incorrect and should be deleted. The spec does now mandate that fn:collation-key() is order-preserving, and binary data types are now ordered, which was done specifically to make this possible.

Back