diff -r 000000000000 -r 1918ee327afb tests/auto/qxmlsimplereader/xmldocs/valid/sa/076.xml.ref --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/076.xml.ref Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + notationDecl(name="n1", publicId="", systemId="http://www.w3.org/") + notationDecl(name="n2", publicId="", systemId="http://www.w3.org/") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument()