Test case ibm-not-wf-P45-ibm45n07.xml: org.apache.crimson.parser.XMLReaderImpl Passed

Test case ibm-not-wf-P45-ibm45n07.xml: org.apache.crimson.parser.XMLReaderImpl Passed

Tests elementdecl with wrong beginning sequence. The string "(less than)ELEMENT" is used as the beginning sequence in the second elementdecl in the DTD.

<?xml version="1.0"?>
<!DOCTYPE root [
<!ELEMENT root (#PCDATA)>
<!--* Wrong begining sequence in elementdecl *-->
<ELEMENT aElement (#PCDATA)>
]>
<root>Any content</root>
Expected resultActual result for org.apache.crimson.parser.XMLReaderImpl
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
</ConformanceResults>