diff options
Diffstat (limited to 'tests/auto/qxmlstream/data/002.xml')
-rw-r--r-- | tests/auto/qxmlstream/data/002.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/data/002.xml b/tests/auto/qxmlstream/data/002.xml new file mode 100644 index 0000000..3749bcb --- /dev/null +++ b/tests/auto/qxmlstream/data/002.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<!-- Namespace name test: a syntactically plausible URI with a + fictitious scheme --> +<!DOCTYPE foo [ +<!ELEMENT foo ANY> +<!ATTLIST foo xmlns CDATA #IMPLIED> +]> +<foo xmlns="zarquon://example.org/namespace"/> |