tests/auto/qxmlstream/data/037.ref
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Wed, 21 Apr 2010 20:15:53 +0300
branchRCL_3
changeset 13 c0432d11811c
parent 0 1918ee327afb
permissions -rw-r--r--
eb175c3290cd7ea85da4a590db9461504a4904bc

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

    NamespaceDeclaration( prefix="b" namespaceUri="http://example.org/~kipper" )
 )
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" namespaceUri="http://example.org/~kipper" qualifiedName="b:attr" prefix="b" value="2" )
 )
EndElement( name="bar" qualifiedName="bar" )
Characters( whitespace text="

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