Only three pseudo-attributes are in the XML declaration, and "valid=..." is not one of them.
<?xml version="1.0" valid="no" ?> <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/099.xml</systemID> </resolveEntity> <fatalError/> <endDocument/> </ConformanceResults> |