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 14553 - CTA.testSet doesn't validate against xsts.xsd
Summary: CTA.testSet doesn't validate against xsts.xsd
Status: RESOLVED FIXED
Alias: None
Product: XML Schema Test Suite
Classification: Unclassified
Component: Saxon tests (show other bugs)
Version: 2006-11-06
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: C. M. Sperberg-McQueen
QA Contact: XML Schema Test Suite mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-24 16:36 UTC by Andreas Meissl
Modified: 2011-10-25 09:40 UTC (History)
0 users

See Also:


Attachments

Description Andreas Meissl 2011-10-24 16:36:04 UTC
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>
Comment 1 Andreas Meissl 2011-10-25 09:40:42 UTC
this seems to be already fixed. sorry for the inconvenience.