Test case ibm-not-wf-P22-ibm22n01.xml: gnu.xml.aelfred2.XmlReader Passed

Test case ibm-not-wf-P22-ibm22n01.xml: gnu.xml.aelfred2.XmlReader Passed

Tests prolog with wrong field ordering. The XMLDecl occurs after the DTD.

<!DOCTYPE doc [
<!ELEMENT doc EMPTY>
]>
<?xml version="1.0" encoding="ASCII" ?>
<doc/>
<!-- Wrong ordering between DTD and XMLDecl -->
Expected resultActual result for gnu.xml.aelfred2.XmlReader
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
    <endDocument/>
</ConformanceResults>