- From: <bugzilla@jessica.w3.org>
- Date: Sun, 05 Jul 2015 20:25:12 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28899
Bug ID: 28899
Summary: [xp 3.1] Incorrect example of value comparison
Product: XPath / XQuery / XSLT
Version: Candidate Recommendation
Hardware: PC
OS: All
Status: NEW
Severity: minor
Priority: P2
Component: XPath 3.1
Assignee: jonathan.robie@gmail.com
Reporter: mike@saxonica.com
QA Contact: public-qt-comments@w3.org
Section 3.7.1 includes the following as an example of a value comparison:
[ "Kennedy" ] = "Kennedy"
The intended example is
[ "Kennedy" ] eq "Kennedy"
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Sunday, 5 July 2015 20:25:14 UTC