- From: <bugzilla@jessica.w3.org>
- Date: Mon, 24 Oct 2011 16:36:05 +0000
- To: public-xml-schema-testsuite@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14553
Summary: CTA.testSet doesn't validate against xsts.xsd
Product: XML Schema Test Suite
Version: 2006-11-06
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Saxon tests
AssignedTo: cmsmcq@blackmesatech.com
ReportedBy: am_spamfaenger@gmx.at
QAContact: public-xml-schema-testsuite@w3.org
I think the <current> element in line 320 should be an STag instead of an empty
element tag to make the <annotation> element in line 321 a child of <current>.
<current status="accepted" date="2011-10-17"/>
<annotation>
<documentation>
Changed 'eq' operator in CTA to '=' to stay within minimal
XPath subset.
Bug 13455.
</documentation>
</annotation>
should be changed to:
<current status="accepted" date="2011-10-17">
<annotation>
<documentation>
Changed 'eq' operator in CTA to '=' to stay within minimal
XPath subset.
Bug 13455.
</documentation>
</annotation>
</current>
--
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 Monday, 24 October 2011 16:36:07 UTC