This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 2492 - [F+O] op:notation-equal
Summary: [F+O] op:notation-equal
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 1.0 (show other bugs)
Version: Candidate Recommendation
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Ashok Malhotra
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-09 14:04 UTC by Michael Kay
Modified: 2006-11-16 18:49 UTC (History)
0 users

See Also:


Attachments

Description Michael Kay 2005-11-09 14:04:19 UTC
The spec for op:notation-equal says two notations are equal if the arguments are
equal "on a codepoint-by-codepoint basis". This is clearly wrong: notations are
like QNames, they should be equal if the uri and local-name parts are equal.

Test case comp-notation-2 applies.
Comment 1 Ashok Malhotra 2006-01-07 21:19:46 UTC
As decided on the 1/3/2006 telcon, the semnatics of op:NOTATION-equal have been
changed to mirror the semantics on op:QName-equal.