Test case not-wf-sa-117: gnu.xml.aelfred2.XmlReader Failed

Test case not-wf-sa-117: gnu.xml.aelfred2.XmlReader Failed

Internal general parsed entities are only well formed if they match the "content" production. This is a partial character reference, not a full one.

<!DOCTYPE doc [
<!ENTITY e "&#38;">
]>
<doc>&e;#97;</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>
    <fatalError/>
    <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>