Test case rmt-028: org.dom4j.io.aelfred.SAXDriver Failed

Test case rmt-028: org.dom4j.io.aelfred.SAXDriver Failed

Has CR-LSEP; legal in both XML 1.0 and 1.1, but different canonical output because of normalization in 1.1. Note that CR and LSEP are not combined into a single LF

<?xml version="1.0"?>
<!-- Has CR-LSEP; legal in both XML 1.0 and 1.1, but different
     canonical output because of normalization in 1.1.
     Note that CR and LSEP are not combined into a single LF -->
<!DOCTYPE foo [
<!ELEMENT foo ANY>
]>
<foo>

</foo>
Expected resultActual result for org.dom4j.io.aelfred.SAXDriver
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <startElement>
        <namespaceURI/>
        <localName>foo</localName>
        <qualifiedName>foo</qualifiedName>
        <attributes/>
    </startElement>
    <char>\n</char>
    <char>
</char>
    <endElement>
        <namespaceURI/>
        <localName>foo</localName>
        <qualifiedName>foo</qualifiedName>
    </endElement>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <resolveEntity>
        <systemID>file:/home/elharo/SAXTest/xmlconf/eduni/xml-1.1/028.xml</systemID>
    </resolveEntity>
    <startElement>
        <namespaceURI/>
        <localName>foo</localName>
        <qualifiedName>foo</qualifiedName>
        <attributes/>
    </startElement>
    <char>\n</char>
    <char>
</char>
    <endElement>
        <namespaceURI/>
        <localName/>
        <qualifiedName>foo</qualifiedName>
    </endElement>
    <endDocument/>
</ConformanceResults>