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

Test case not-wf-sa-081: 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">
]>
<doc a="&e;"></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>