summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/sax/qxmlsimplereader/xmldocs/valid/sa/018.xml.ref
blob: 21117d22b4ef64974d76919d59ffc12b0c123795 (plain)
1
2
3
4
5
6
7
8
9
10
setDocumentLocator(locator={columnNumber=1, lineNumber=1})
startDocument()
   startDTD(name="doc", publicId="", systemId="")
   endDTD()
   startElement(namespaceURI="", localName="doc", qName="doc", atts=[])
      startCDATA()
         characters(ch="<foo>")
      endCDATA()
   endElement(namespaceURI="", localName="doc", qName="doc")
endDocument()