Test case o-p75pass1: gnu.xml.aelfred2.XmlReader Failed

Test case o-p75pass1: gnu.xml.aelfred2.XmlReader Failed

valid external identifiers

<!DOCTYPE doc
[
<!ENTITY ent SYSTEM "nop.ent">
<!ENTITY ent2 PUBLIC "PublicID" "nop.ent">
<!ENTITY ent3 PUBLIC
              "PublicID"
              "nop.ent"
              >
]>
<doc/>
Expected resultActual result for gnu.xml.aelfred2.XmlReader
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <startElement>
        <namespaceURI/>
        <localName>doc</localName>
        <qualifiedName>doc</qualifiedName>
        <attributes/>
    </startElement>
    <endElement>
        <namespaceURI/>
        <localName>doc</localName>
        <qualifiedName>doc</qualifiedName>
    </endElement>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <endDocument/>
    <bug reason="Parser should only throw SAXExceptions" type="java.lang.ArrayIndexOutOfBoundsException">0 &gt;= 0</bug>
</ConformanceResults>