Test case not-wf-sa-082: org.apache.crimson.parser.XMLReaderImpl Passed

Test case not-wf-sa-082: org.apache.crimson.parser.XMLReaderImpl Passed

This tests the No External Entity References WFC, since the entity is referred to within an attribute.

<!DOCTYPE doc [
<!ENTITY e SYSTEM "nul">
<!ELEMENT doc (#PCDATA)>
<!ATTLIST doc a CDATA "&e;">
]>
<doc></doc>
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>