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 28899 - [xp 3.1] Incorrect example of value comparison
Summary: [xp 3.1] Incorrect example of value comparison
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XPath 3.1 (show other bugs)
Version: Candidate Recommendation
Hardware: SGI All
: P2 minor
Target Milestone: ---
Assignee: Jonathan Robie
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
: 26856 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-07-05 20:25 UTC by Michael Kay
Modified: 2015-07-08 23:45 UTC (History)
2 users (show)

See Also:


Attachments

Description Michael Kay 2015-07-05 20:25:12 UTC
Section 3.7.1 includes the following as an example of a value comparison:

[ "Kennedy" ] = "Kennedy"

The intended example is

[ "Kennedy" ] eq "Kennedy"
Comment 1 Jonathan Robie 2015-07-06 14:07:25 UTC
Nice catch.
Comment 2 Josh Spiegel 2015-07-08 23:45:40 UTC
*** Bug 26856 has been marked as a duplicate of this bug. ***