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 26856 - [XP31] comparison examples
Summary: [XP31] comparison examples
Status: RESOLVED DUPLICATE of bug 28899
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XPath 3.1 (show other bugs)
Version: Working drafts
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Jonathan Robie
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL: https://www.w3.org/XML/Group/qtspecs/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-19 12:07 UTC by Tim Mills
Modified: 2015-07-08 23:45 UTC (History)
2 users (show)

See Also:


Attachments

Description Tim Mills 2014-09-19 12:07:43 UTC
In XP31 we read:

Here are some examples of value comparisons:

    ...

    The following comparison is true because atomization converts an array to its member sequence:

    [ "Kennedy" ] = "Kennedy" 


This isn't a value comparison - it's a general comparison.  Should it have been in the general comparison section, or should it have been 

    [ "Kennedy" ] eq "Kennedy" 

?
Comment 1 Jonathan Robie 2014-10-14 16:16:28 UTC
I will fix that.
Comment 2 Michael Kay 2015-07-06 08:34:54 UTC
The change has not been applied in the current draft of the specification.
Comment 3 Josh Spiegel 2015-07-08 23:45:40 UTC

*** This bug has been marked as a duplicate of bug 28899 ***