summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/104.xml.ref
blob: 8059be12c8fd614c67cd137ed8da7bf7c3bcb174 (plain)
1
2
3
4
5
6
7
8
9
10
setDocumentLocator(locator={columnNumber=1, lineNumber=1})
startDocument()
   startDTD(name="doc", publicId="", systemId="")
      internatlEntityDecl(name="e", value="<foo>")
   endDTD()
   startElement(namespaceURI="", localName="doc", qName="doc", atts=[])
      startElement(namespaceURI="", localName="foo", qName="foo", atts=[])
      endElement(namespaceURI="", localName="foo", qName="foo")
   endElement(namespaceURI="", localName="doc", qName="doc")
endDocument()