summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/sax/qxmlsimplereader/xmldocs/valid/sa/098.xml.ref
blob: 5108be0763e7d2a46fea7d647bbdd57f8df3d835 (plain)
1
2
3
4
5
6
7
8
setDocumentLocator(locator={columnNumber=1, lineNumber=1})
startDocument()
   startDTD(name="doc", publicId="", systemId="")
   endDTD()
   startElement(namespaceURI="", localName="doc", qName="doc", atts=[])
      processingInstruction(target="pi", data="x\r\ny")
   endElement(namespaceURI="", localName="doc", qName="doc")
endDocument()