Tests Ignore with illegal string included. The string "]](greater than)" is contained before "this" in the Ignore in the ignoreSectContents in the file ibm65n01.dtd
<?xml version="1.0"?> <!-- syntax test for Production 65--> <!DOCTYPE animal SYSTEM "ibm65n01.dtd" [ <!ELEMENT animal ANY> ]> <animal> Negative Test. Pattern1.Illegal sequence of ']]' </animal>
Expected result | Actual result for org.apache.crimson.parser.XMLReaderImpl |
---|---|
<?xml version="1.0" encoding="UTF-8"?> <ConformanceResults> <startDocument/> <resolveEntity> <systemID>file:/home/elharo/SAXTest/xmlconf/ibm/not-wf/P65/ibm65n01.dtd</systemID> </resolveEntity> <fatalError/> <endDocument/> </ConformanceResults> | <?xml version="1.0" encoding="UTF-8"?> <ConformanceResults> <startDocument/> <resolveEntity> <systemID>file:/home/elharo/SAXTest/xmlconf/ibm/not-wf/P65/ibm65n01.dtd</systemID> </resolveEntity> <fatalError/> </ConformanceResults> |