'<?XML ...?>' is neither an XML declaration nor a legal processing instruction target name.
<?XML version="1.0"?> <doc></doc>
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/xmltest/not-wf/sa/154.xml</systemID> </resolveEntity> <fatalError/> <endDocument/> </ConformanceResults> |