Test case ibm-not-wf-P58-ibm58n08.xml: org.dom4j.io.aelfred.SAXDriver Failed

Test case ibm-not-wf-P58-ibm58n08.xml: org.dom4j.io.aelfred.SAXDriver Failed

Tests NotationType with extra wrong characters. The double quote character occurs after "(" and before ")" in the NotationType in the AttDef in the AttlistDecl in the DTD.

<?xml  version="1.0"?>
<!-- Syntax test for Production 58-->
<!DOCTYPE test
 [
 <!ELEMENT test ANY>
 <!ELEMENT one EMPTY>
 <!ELEMENT two EMPTY>
 <!NOTATION this SYSTEM "alpha">
 <!ATTLIST three attr NOTATION ("this") #IMPLIED>
 ]>
<test>
Negative Test.
Presence of quotes around the value
</test>
Expected resultActual result for org.dom4j.io.aelfred.SAXDriver
<?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/P58/ibm58n08.xml</systemID>
    </resolveEntity>
    <fatalError/>
    <endDocument/>
</ConformanceResults>