diff options
Diffstat (limited to 'test/VC/NS3')
-rw-r--r-- | test/VC/NS3 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/VC/NS3 b/test/VC/NS3 new file mode 100644 index 0000000..f53b0ca --- /dev/null +++ b/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"/> |