tests/auto/qxmlstream/data/034.ref
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 12 Mar 2010 15:46:37 +0200
branchRCL_3
changeset 5 d3bac044e0f0
parent 0 1918ee327afb
permissions -rw-r--r--
Revision: 201007 Kit: 201008

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( )