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 28982 - Invalid example XML document on author in section 3.3.1.1 Input Data
Summary: Invalid example XML document on author in section 3.3.1.1 Input Data
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3.1 Requirements and Use Cases (show other bugs)
Version: Working drafts
Hardware: PC All
: P2 normal
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: 2015-07-21 15:24 UTC by O'Neil Delpratt
Modified: 2015-07-27 22:03 UTC (History)
0 users

See Also:


Attachments

Description O'Neil Delpratt 2015-07-21 15:24:05 UTC
In section 3.3.1.1 Input Data the example XML document on author is not valid XML.


See example from spec below:

<author>
<author>Michael H. Kay</author>
<isbn>0470192747</isbn>
<isbn>...</isbn>
</book>
Comment 1 Jonathan Robie 2015-07-27 22:03:17 UTC
I assume that this was intended to be:

<author>
<name>Michael H. Kay</name>
<isbn>0470192747</isbn>
<isbn>...</isbn>
</author>

I have made that change in the XML.