summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/data/019.ref
blob: 9ae28f42e5d73de1a533c2b42bfe2c1060e118b7 (plain)
1
2
3
4
5
6
7
StartDocument( documentVersion="1.0" )
Comment( text=" Simple legal case: prefixed element " )
StartElement( name="foo" namespaceUri="http://example.org/namespace" qualifiedName="a:foo" prefix="a"
    NamespaceDeclaration( prefix="a" namespaceUri="http://example.org/namespace" )
 )
EndElement( name="foo" namespaceUri="http://example.org/namespace" qualifiedName="a:foo" prefix="a" )
EndDocument( )