Test case ibm-1-1-not-wf-P77-ibm77n14.xml: org.apache.crimson.parser.XMLReaderImpl Passed

Test case ibm-1-1-not-wf-P77-ibm77n14.xml: org.apache.crimson.parser.XMLReaderImpl Passed

The VersionNum of the primary document entity is 1.1 and that of the external dtd is 1.0. The external dtd contains an element declaration with an invalid XML 1.1 and 1.0 name.

<?xml version='1.1'?>
<!DOCTYPE root SYSTEM "ibm77n14.dtd">
<root>
</root>
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/xml-1.1/not-wf/P77/ibm77n14.dtd</systemID>
    </resolveEntity>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <resolveEntity>
        <systemID>file:/home/elharo/SAXTest/xmlconf/ibm/xml-1.1/not-wf/P77/ibm77n14.dtd</systemID>
    </resolveEntity>
    <fatalError/>
</ConformanceResults>