summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/data/2.ref
blob: 2fad9844ceb72bb93b3c0fbf17bef6176262b773 (plain)
1
2
3
4
5
6
7
8
9
StartDocument( )
StartElement( name="doc" namespaceUri="namespaceUri" qualifiedName="ns:doc" prefix="ns"
    Attribute( name="space" namespaceUri="http://www.w3.org/XML/1998/namespace" qualifiedName="xml:space" prefix="xml" value="preserve" )

    NamespaceDeclaration( prefix="ns" namespaceUri="namespaceUri" )
 )
Characters( text="The world goes round and round" )
EndElement( name="doc" namespaceUri="namespaceUri" qualifiedName="ns:doc" prefix="ns" )
EndDocument( )