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

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

Tests elementdecl with wrong key word. The string "element" is used as the key word in the second elementdecl in the DTD.

<?xml version="1.0"?>
<!DOCTYPE root [
<!ELEMENT root (#PCDATA)>
<!--* Wrong keyword: element 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>