Tests Extender with an illegal character. The character #x309C occurs as the second character in the PITarget in the PI in the DTD.
<!DOCTYPE animal [ <!ELEMENT animal ANY> <?_゜ an illegal extender #x309c in PITarget ?> ]> <animal/> <IllegalExtender゜/>
Expected result | Actual 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/ibm/not-wf/P89/ibm89n10.xml</systemID> </resolveEntity> <fatalError/> <endDocument/> </ConformanceResults> |