- From: <bugzilla@jessica.w3.org>
- Date: Wed, 17 Jul 2013 08:24:03 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22710
Bug ID: 22710
Summary: editorial: 3.10.7 well-formedness issue in 'group by'
examples
Classification: Unclassified
Product: XPath / XQuery / XSLT
Version: Candidate Recommendation
Hardware: PC
OS: Windows NT
Status: NEW
Severity: trivial
Priority: P2
Component: XQuery 3.0
Assignee: jonathan.robie@gmail.com
Reporter: pgfearo@googlemail.com
QA Contact: public-qt-comments@w3.org
For 3.10.7, in the examples the first line of the Output Tuple Stream is:
($storeno = S101, $itemno = (<itemno>P78395</itemno>, <itemno>P41653<itemno>))
The 2nd itemno element constructor in this does not have a '/' char in the
(intended) close tag - the line should be as follows:
($storeno = S101, $itemno = (<itemno>P78395</itemno>, <itemno>P41653</itemno>))
Though minor, this issue causes a problem for the XMLSpectrum
syntax-highlighter which adds syntax-highlighting to the XQuery 3.0 samples.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 17 July 2013 08:24:04 UTC