diff options
Diffstat (limited to 'tests/auto/qxmlstream/data/039.ref')
-rw-r--r-- | tests/auto/qxmlstream/data/039.ref | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/data/039.ref b/tests/auto/qxmlstream/data/039.ref new file mode 100644 index 0000000..63ee6b4 --- /dev/null +++ b/tests/auto/qxmlstream/data/039.ref @@ -0,0 +1,24 @@ +StartDocument( documentVersion="1.0" ) +Comment( text=" Attribute uniqueness: prefixed and unprefixed attributes with same + local name, with default namespace " ) +StartElement( name="foo" namespaceUri="http://example.org/~wilbur" qualifiedName="foo" + NamespaceDeclaration( prefix="a" namespaceUri="http://example.org/~wilbur" ) + + NamespaceDeclaration( prefix="b" namespaceUri="http://example.org/~kipper" ) + + NamespaceDeclaration( namespaceUri="http://example.org/~wilbur" ) + ) +Characters( whitespace text=" + +" ) +StartElement( name="bar" namespaceUri="http://example.org/~kipper" qualifiedName="b:bar" prefix="b" + 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" namespaceUri="http://example.org/~kipper" qualifiedName="b:bar" ) +Characters( whitespace text=" + +" ) +EndElement( name="foo" namespaceUri="http://example.org/~wilbur" qualifiedName="foo" ) +EndDocument( ) |