tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/009.xml.ref
author William Roberts <williamr@symbian.org>
Mon, 21 Jun 2010 22:38:13 +0100
branchGCC_SURGE
changeset 27 93b982ccede2
parent 0 1918ee327afb
permissions -rw-r--r--
Mark extraneous symbols as ABSENT (bug 3065)

setDocumentLocator(locator={columnNumber=1, lineNumber=1})
startDocument()
   startDTD(name="doc", publicId="whatever", systemId="009.ent")
      attributeDecl(eName="doc", aName="a2", type="", valueDefault="", value="")
   endDTD()
   startElement(namespaceURI="", localName="doc", qName="doc", atts=[])
   endElement(namespaceURI="", localName="doc", qName="doc")
endDocument()