tests/auto/qxmlquery/pushBaselines/openDocument.ref
changeset 0 1918ee327afb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/auto/qxmlquery/pushBaselines/openDocument.ref	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,22 @@
+startOfSequence()
+startDocument()
+startElement({http://example.com}e)
+namespaceBinding({http://example.com}empty)
+namespaceBinding({http://example.com/P}p:empty)
+attribute(attr, 1)
+attribute({http://example.com/P}p:attr, )
+processingInstruction(target, data)
+comment( a comment )
+startElement({http://example.com}e)
+namespaceBinding({http://example.com}empty)
+namespaceBinding({http://example.com/P}p:empty)
+endElement()
+characters(text )
+startElement({http://example.com}f)
+namespaceBinding({http://example.com}empty)
+namespaceBinding({http://example.com/P}p:empty)
+endElement()
+characters(text node)
+endElement()
+endDocument()
+endOfSequence()