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 22710 - editorial: 3.10.7 well-formedness issue in 'group by' examples
Summary: editorial: 3.10.7 well-formedness issue in 'group by' examples
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3.0 (show other bugs)
Version: Candidate Recommendation
Hardware: PC Windows NT
: P2 trivial
Target Milestone: ---
Assignee: Jonathan Robie
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-17 08:24 UTC by Phil Fearon
Modified: 2013-10-19 16:42 UTC (History)
0 users

See Also:


Attachments

Description Phil Fearon 2013-07-17 08:24:03 UTC
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.
Comment 1 Jonathan Robie 2013-10-19 16:42:22 UTC
Thanks for reporting. I fixed this - the fix will show up in the next build.