Tests an internal general entity with an invalid value. The closing bracket (double quote) is missing with the value of the entity "FullName".
<?xml version="1.0"?> <!DOCTYPE student [ <!ELEMENT student (#PCDATA)> <!ENTITY FullName "SnowMan> ]> <!-- testing invalid entity value --> <student>My Name is &FullName;. </student>
Expected result | Actual result for org.dom4j.io.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/P09/ibm09n04.xml</systemID> </resolveEntity> <fatalError/> <endDocument/> </ConformanceResults> |