summaryrefslogtreecommitdiffstats
path: root/libxml2/test/VC/NS3
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/VC/NS3')
-rw-r--r--libxml2/test/VC/NS39
1 files changed, 9 insertions, 0 deletions
diff --git a/libxml2/test/VC/NS3 b/libxml2/test/VC/NS3
new file mode 100644
index 0000000..f53b0ca
--- /dev/null
+++ b/libxml2/test/VC/NS3
@@ -0,0 +1,9 @@
+<?xml version="1.0" ?>
+<!DOCTYPE foo [
+<!ELEMENT foo EMPTY>
+<!ATTLIST foo
+ xmlns CDATA #FIXED "http://example.com/fooo"
+ xmlns:foo CDATA #REQUIRED
+ foo:info CDATA #IMPLIED>
+]>
+<foo xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"/>