summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/data/028.ref
blob: ed025eb289f812e91fe3ba32bcdd7611ee5e7406 (plain)
1
2
3
4
5
6
7
StartDocument( documentVersion="1.0" )
Comment( text=" Reserved prefixes and namespaces: declaring the xml prefix correctly " )
StartElement( name="foo" qualifiedName="foo"
    NamespaceDeclaration( prefix="xml" namespaceUri="http://www.w3.org/XML/1998/namespace" )
 )
EndElement( name="foo" qualifiedName="foo" )
EndDocument( )