Test case not-wf-sa-115: net.sf.saxon.aelfred.SAXDriver Failed

Test case not-wf-sa-115: net.sf.saxon.aelfred.SAXDriver Failed

The replacement text of this entity is an illegal character reference, which must be rejected when it is parsed in the context of an attribute value.

<!DOCTYPE doc [
<!ENTITY e "&#38;">
]>
<doc a="&e;"></doc>
Expected resultActual result for net.sf.saxon.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/xmltest/not-wf/sa/115.xml</systemID>
    </resolveEntity>
    <fatalError/>
    <endDocument/>
</ConformanceResults>