Test case o-p76fail4: gnu.xml.aelfred2.XmlReader Passed

Test case o-p76fail4: gnu.xml.aelfred2.XmlReader Passed

notation names are Names

<!DOCTYPE doc
[
<!ELEMENT doc (#PCDATA)>
<!NOTATION unknot PUBLIC "Unknown">
<!--error should be reported here, not at <!Notation-->
<!ENTITY ge SYSTEM "nop.ent" NDATA -unknot>
<!NOTATION -unknot PUBLIC "Unknown">
]>
<doc/>
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>