Test case ibm-not-wf-P32-ibm32n09.xml: org.dom4j.io.aelfred.SAXDriver Failed

Test case ibm-not-wf-P32-ibm32n09.xml: org.dom4j.io.aelfred.SAXDriver Failed

This is test violates WFC: Entity Declared in P68. The standalone document declaration has the value yes, BUT there is an external markup declaration of an entity (other than amp, lt, gt, apos, quot), and references to this entity appear in the document.

<?xml version="1.0" standalone="yes" ?>
<!DOCTYPE animal SYSTEM "ibm32n09.dtd" [
   <!ELEMENT animal (#PCDATA)>
]>
<!-- This is test violates WFC: Entity Declared in P68
 The standalone document declaration has the value "yes", there is an 
 external markup declaration of an entity (other than amp, lt, gt, apos, quot), and references to this entity appear in the document. 
-->
<animal>&animal_content;</animal>
Expected resultActual result for org.dom4j.io.aelfred.SAXDriver
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <resolveEntity>
        <systemID>file:/home/elharo/SAXTest/xmlconf/ibm/not-wf/P32/ibm32n09.dtd</systemID>
    </resolveEntity>
    <startElement>
        <namespaceURI/>
        <localName>animal</localName>
        <qualifiedName>animal</qualifiedName>
        <attributes/>
    </startElement>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <resolveEntity>
        <systemID>file:/home/elharo/SAXTest/xmlconf/ibm/not-wf/P32/ibm32n09.xml</systemID>
    </resolveEntity>
    <resolveEntity>
        <systemID>file:/home/elharo/SAXTest/xmlconf/ibm/not-wf/P32/ibm32n09.dtd</systemID>
    </resolveEntity>
    <startElement>
        <namespaceURI/>
        <localName>animal</localName>
        <qualifiedName>animal</qualifiedName>
        <attributes/>
    </startElement>
    <char>T</char>
    <char>h</char>
    <char>i</char>
    <char>s</char>
    <char>\s</char>
    <char>i</char>
    <char>s</char>
    <char>\s</char>
    <char>a</char>
    <char>\s</char>
    <char>y</char>
    <char>e</char>
    <char>l</char>
    <char>l</char>
    <char>o</char>
    <char>w</char>
    <char>\s</char>
    <char>t</char>
    <char>i</char>
    <char>g</char>
    <char>e</char>
    <char>r</char>
    <endElement>
        <namespaceURI/>
        <localName/>
        <qualifiedName>animal</qualifiedName>
    </endElement>
    <endDocument/>
</ConformanceResults>