summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/data/034.ref
blob: c1aec14057b357af7ef8b623fbd838bcb2820057 (plain)
1
2
3
4
5
6
7
StartDocument( documentVersion="1.0" )
Comment( text=" Reserved prefixes and namespaces: binding a reserved prefix " )
StartElement( name="foo" qualifiedName="foo"
    NamespaceDeclaration( prefix="xml2" namespaceUri="http://example.org/namespace" )
 )
EndElement( name="foo" qualifiedName="foo" )
EndDocument( )