Tests NotationType with wrong field ordering. The key word "NOTATION" occurs after "(this)" in the NotationType in the AttDef in the AttlistDecl in the DTD.
<?xml version="1.0"?> <!-- syntax test for Production 58--> <!DOCTYPE test [ <!ELEMENT test ANY> <!ELEMENT one EMPTY> <!NOTATION this SYSTEM "alpha"> <!ATTLIST one attr (this) NOTATION #IMPLIED> ]> <test> This is a Negative test with (Name) NOTATION Wrong Ordering </test>
| 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>
|