Test case ibm-not-wf-P11-ibm11n04.xml: oracle.xml.parser.v2.SAXParser Failed

Test case ibm-not-wf-P11-ibm11n04.xml: oracle.xml.parser.v2.SAXParser Failed

Tests SystemLiteral. The closing bracket (single quote) is missing with the systemLiteral for the element "student".

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

<!-- testing invalid system literal with no closing bracket  -->
<student>My Name is SnowMan. </student>
Expected resultActual result for oracle.xml.parser.v2.SAXParser
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <resolveEntity>
        <systemID>file:/home/elharo/SAXTest/xmlconf/ibm/not-wf/P11/student.DTD\s[\n\t&lt;!ELEMENT\sstudent\s(#PCDATA)&gt;\s\n]&gt;\n\n&lt;!--\stesting\sinvalid\ssystem\sliteral\swith\sno\sclosing\sbracket\s\s--&gt;\n&lt;student&gt;My\sName\sis\sSnowMan.\s&lt;/student&gt;\n\uFFFF</systemID>
    </resolveEntity>
</ConformanceResults>