tests/auto/qxmlstream/data/038.ref
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 27 May 2010 13:40:48 +0300
changeset 23 89e065397ea6
parent 0 1918ee327afb
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

StartDocument( documentVersion="1.0" )
Comment( text=" Attribute uniqueness: prefixed and unprefixed attributes with same
     local name " )
StartElement( name="foo" qualifiedName="foo"
    NamespaceDeclaration( prefix="a" namespaceUri="http://example.org/~wilbur" )
 )
Characters( whitespace text="

" )
StartElement( name="bar" qualifiedName="bar"
    Attribute( name="attr" namespaceUri="http://example.org/~wilbur" qualifiedName="a:attr" prefix="a" value="1" )

    Attribute( name="attr" qualifiedName="attr" value="2" )
 )
EndElement( name="bar" qualifiedName="bar" )
Characters( whitespace text="

" )
EndElement( name="foo" qualifiedName="foo" )
EndDocument( )