Invalid placement of CDATA section.
<?pi stuff?> <![CDATA[]]> <doc> </doc>
Expected result | Actual result for net.sf.saxon.aelfred.SAXDriver |
---|---|
<?xml version="1.0" encoding="UTF-8"?> <ConformanceResults> <startDocument/> <processingInstruction> <target>pi</target> <data>stuff</data> </processingInstruction> <fatalError/> <endDocument/> </ConformanceResults> | <?xml version="1.0" encoding="UTF-8"?> <ConformanceResults> <startDocument/> <resolveEntity> <systemID>file:/home/elharo/SAXTest/xmlconf/xmltest/not-wf/sa/105.xml</systemID> </resolveEntity> <processingInstruction> <target>pi</target> <data>stuff</data> </processingInstruction> <fatalError/> <endDocument/> </ConformanceResults> |