Test case ibm-not-wf-P69-ibm69n06.xml: gnu.xml.aelfred2.XmlReader Passed

Test case ibm-not-wf-P69-ibm69n06.xml: gnu.xml.aelfred2.XmlReader Passed

Tests PEReference which is against P69 WFC: No Recursion. The recursive PE reference occurs with the entity declarations for "paaa" and "bbb" in the DTD.

<!DOCTYPE root 
[
<!ELEMENT root (#PCDATA)>
<!--* recursive PE reference -->
<!ENTITY % paaa "&bbb;">
<!ENTITY bbb "%paaa;">
]>
<root/>
Expected resultActual result for gnu.xml.aelfred2.XmlReader
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
    <endDocument/>
</ConformanceResults>