Test case ibm-not-wf-P63-ibm63n06.xml: org.apache.crimson.parser.XMLReaderImpl Passed

Test case ibm-not-wf-P63-ibm63n06.xml: org.apache.crimson.parser.XMLReaderImpl Passed

Tests includeSect with wrong field ordering. The two external subset declarations occur before the key word "IGNORE" in the ignoreSect in the file ibm63n06.dtd.

<?xml  version="1.0"?>
<!-- syntax test for Production 63-->
<!DOCTYPE animal SYSTEM "ibm63n06.dtd"
[
<!ATTLIST attr a (tiger) #REQUIRED> 
]>
<animal a = "TIGER1">
Negative test.  Wrong Ordering. Ignore sect contents preceding IGNORE.
</animal>
Expected resultActual result for org.apache.crimson.parser.XMLReaderImpl
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <resolveEntity>
        <systemID>file:/home/elharo/SAXTest/xmlconf/ibm/not-wf/P63/ibm63n06.dtd</systemID>
    </resolveEntity>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <resolveEntity>
        <systemID>file:/home/elharo/SAXTest/xmlconf/ibm/not-wf/P63/ibm63n06.dtd</systemID>
    </resolveEntity>
    <fatalError/>
</ConformanceResults>