diff options
Diffstat (limited to 'tests/auto/qxmlstream/data/041.xml')
-rw-r--r-- | tests/auto/qxmlstream/data/041.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/data/041.xml b/tests/auto/qxmlstream/data/041.xml new file mode 100644 index 0000000..80781e2 --- /dev/null +++ b/tests/auto/qxmlstream/data/041.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<!-- Attribute uniqueness: prefixed and unprefixed attributes with same + local name, element in same namespace as prefixed attribute --> +<foo xmlns:a="http://example.org/~wilbur"> + +<a:bar a:attr="1" attr="2"/> + +</foo> |