diff options
Diffstat (limited to 'tests/auto/qxmlstream/data/024.xml')
-rw-r--r-- | tests/auto/qxmlstream/data/024.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/data/024.xml b/tests/auto/qxmlstream/data/024.xml new file mode 100644 index 0000000..b68470a --- /dev/null +++ b/tests/auto/qxmlstream/data/024.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<!-- Simple legal case: prefix rebinding --> +<a:foo xmlns:a="http://example.org/namespace"> + <a:foo xmlns:a="http://example.org/other-namespace"/> +</a:foo> + |