A <!DOCTYPE ...> declaration may not begin any external entity; it's only found once, in the document entity.
<!DOCTYPE doc SYSTEM "007.ent"> <doc></doc>
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/xmltest/not-wf/not-sa/007.ent</systemID> </resolveEntity> <fatalError/> <endDocument/> </ConformanceResults> | <?xml version="1.0" encoding="UTF-8"?> <ConformanceResults> <startDocument/> <resolveEntity> <systemID>file:/home/elharo/SAXTest/xmlconf/xmltest/not-wf/not-sa/007.ent</systemID> </resolveEntity> <fatalError/> </ConformanceResults> |