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 result | Actual 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>
|