Test case not-wf-sa-105: net.sf.saxon.aelfred.SAXDriver Failed

Test case not-wf-sa-105: net.sf.saxon.aelfred.SAXDriver Failed

Invalid placement of CDATA section.

<?pi stuff?>
<![CDATA[]]>
<doc>
</doc>
Expected resultActual result for net.sf.saxon.aelfred.SAXDriver
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <processingInstruction>
        <target>pi</target>
        <data>stuff</data>
    </processingInstruction>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <resolveEntity>
        <systemID>file:/home/elharo/SAXTest/xmlconf/xmltest/not-wf/sa/105.xml</systemID>
    </resolveEntity>
    <processingInstruction>
        <target>pi</target>
        <data>stuff</data>
    </processingInstruction>
    <fatalError/>
    <endDocument/>
</ConformanceResults>