[Bug 2634] [XPath] Comparing QNames

http://www.w3.org/Bugs/Public/show_bug.cgi?id=2634





------- Additional Comments From mrys@microsoft.com  2006-01-03 20:20 -------
It actually says:

Summary: Returns true if the namespace URIs of $arg1 and $arg2 are equal and 
the local names of $arg1 and $arg2 are identical based on the default 
collation. Otherwise, returns false. Two namespace URIs are considered equal 
if they are either both absent or both present and identical based on the 
Unicode code point collation (http://www.w3.org/2005/xpath-
functions/collation/codepoint). The prefix parts of $arg1 and $arg2, if any, 
are ignored.

Which mixes UCC and default collation.... 

IMO, it should just be UCC...

Received on Tuesday, 3 January 2006 20:20:41 UTC