tests/auto/qxmlstream/data/022.ref
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 StartDocument( documentVersion="1.0" )
       
     2 Comment( text=" Simple legal case: default namespace and rebinding " )
       
     3 StartElement( name="foo" namespaceUri="http://example.org/namespace" qualifiedName="foo"
       
     4     NamespaceDeclaration( namespaceUri="http://example.org/namespace" )
       
     5  )
       
     6 Characters( whitespace text="
       
     7  " )
       
     8 StartElement( name="foo" namespaceUri="http://example.org/other-namespace" qualifiedName="foo"
       
     9     NamespaceDeclaration( namespaceUri="http://example.org/other-namespace" )
       
    10  )
       
    11 EndElement( name="foo" namespaceUri="http://example.org/other-namespace" qualifiedName="foo" )
       
    12 Characters( whitespace text="
       
    13 " )
       
    14 EndElement( name="foo" namespaceUri="http://example.org/namespace" qualifiedName="foo" )
       
    15 EndDocument( )