Test case ibm-1-1-valid-P03-ibm03v03.xml: gnu.xml.aelfred2.XmlReader Failed

Test case ibm-1-1-valid-P03-ibm03v03.xml: gnu.xml.aelfred2.XmlReader Failed

The two character sequence #x0D #x85 in an external entity must be normalized to a single newline.

<?xml version="1.1"?>
<!DOCTYPE doc [
<!ELEMENT doc (#PCDATA)>
<!ENTITY e SYSTEM "ibm03v03.ent">
]>
<doc>&e;</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>
    <resolveEntity>
        <systemID>file:/home/elharo/SAXTest/xmlconf/ibm/xml-1.1/valid/P03/ibm03v03.ent</systemID>
    </resolveEntity>
    <char>\n</char>
    <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>