[Bug 10731] New: [XQuery11] Editorial: Example document has invalid XML

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10731

           Summary: [XQuery11] Editorial: Example document has invalid XML
           Product: XPath / XQuery / XSLT
           Version: Member-only Editors Drafts
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 1.1
        AssignedTo: jonathan.robie@redhat.com
        ReportedBy: oliver@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


Section 3.9.4.3 has the following example document:

<stock>
  <closing> <date>2008-01-01</date> <price>105</price> </closing
  <closing> <date>2008-01-02</date> <price>101</price> </closing
  <closing> <date>2008-01-03</date> <price>102</price> </closing
  <closing> <date>2008-01-04</date> <price>103</price> </closing
  <closing> <date>2008-01-05</date> <price>102</price> </closing
  <closing> <date>2008-01-06</date> <price>104</price> </closing
</stock>


This is missing a few ">"s

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 24 September 2010 17:50:38 UTC