tests/auto/qxmlstream/data/021.ref
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 18 Aug 2010 10:37:55 +0300
changeset 33 3e2da88830cd
parent 0 1918ee327afb
permissions -rw-r--r--
Revision: 201031 Kit: 201033

StartDocument( documentVersion="1.0" )
Comment( text=" Simple legal case: default namespace and unbinding " )
StartElement( name="foo" namespaceUri="http://example.org/namespace" qualifiedName="foo"
    NamespaceDeclaration( namespaceUri="http://example.org/namespace" )
 )
Characters( whitespace text="
 " )
StartElement( name="foo" qualifiedName="foo"
    NamespaceDeclaration( )
 )
EndElement( name="foo" qualifiedName="foo" )
Characters( whitespace text="
" )
EndElement( name="foo" namespaceUri="http://example.org/namespace" qualifiedName="foo" )
EndDocument( )