tests/auto/qxmlstream/data/018.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 " )
       
     3 StartElement( name="foo" namespaceUri="http://example.org/namespace" qualifiedName="foo"
       
     4     NamespaceDeclaration( namespaceUri="http://example.org/namespace" )
       
     5  )
       
     6 EndElement( name="foo" namespaceUri="http://example.org/namespace" qualifiedName="foo" )
       
     7 EndDocument( )