diff options
Diffstat (limited to 'tests/auto/qxmlstream/data/namespaceCDATA.xml')
-rw-r--r-- | tests/auto/qxmlstream/data/namespaceCDATA.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/data/namespaceCDATA.xml b/tests/auto/qxmlstream/data/namespaceCDATA.xml new file mode 100644 index 0000000..c738534 --- /dev/null +++ b/tests/auto/qxmlstream/data/namespaceCDATA.xml @@ -0,0 +1,8 @@ +<!DOCTYPE footype [ + <!ATTLIST foo xmlns CDATA #FIXED "http://www.trolltech.com"> + <!ATTLIST pre:bar xmlns:pre CDATA #FIXED "http://www.trolltech.com"> +]> +<body> +<foo/> +<pre:bar/> +</body> |