Test case ibm-not-wf-P16-ibm16n01.xml: org.dom4j.io.aelfred.SAXDriver Failed

Test case ibm-not-wf-P16-ibm16n01.xml: org.dom4j.io.aelfred.SAXDriver Failed

Tests PI. The content of the PI includes the sequence "(less than)?".

<?xml version="1.0"?>
<!DOCTYPE student [
	<!ELEMENT student (#PCDATA)> 
]>

<!-- testing invalid PI with illegal sequence  -->
<?MyInstruct This is ?> a test ?>
<student>My Name is SnowMan. </student>


Expected resultActual result for org.dom4j.io.aelfred.SAXDriver
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <processingInstruction>
        <target>MyInstruct</target>
        <data>This\sis\s</data>
    </processingInstruction>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <resolveEntity>
        <systemID>file:/home/elharo/SAXTest/xmlconf/ibm/not-wf/P16/ibm16n01.xml</systemID>
    </resolveEntity>
    <processingInstruction>
        <target>MyInstruct</target>
        <data>This\sis\s</data>
    </processingInstruction>
    <fatalError/>
    <endDocument/>
</ConformanceResults>