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

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

Tests prolog with wrong field ordering. The Misc (comment) occurs before the XMLDecl.

<!-- Wrong ordering Misc, DTD and XMLDecl -->
<?xml version="1.0" encoding="ASCII" ?>
<!DOCTYPE doc [
<!ELEMENT doc EMPTY>
]>
<doc/>
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>