diff options
author | Aron Xu <aron@debian.org> | 2012-09-21 00:05:28 +0800 |
---|---|---|
committer | Aron Xu <aron@debian.org> | 2012-09-21 00:05:28 +0800 |
commit | 701a0ca0678e6bbc19a97eca1f07de0cda5e38a7 (patch) | |
tree | 097840589de2b11ad86d032c0dea497cee59b59e /test/VC/NS3 | |
parent | f660f9d2924c7549bc87e7f9b4ece7c9727b3682 (diff) | |
download | libxml2-701a0ca0678e6bbc19a97eca1f07de0cda5e38a7.tar.gz |
Imported Upstream version 2.9.0+dfsg1
Diffstat (limited to 'test/VC/NS3')
-rw-r--r-- | test/VC/NS3 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/VC/NS3 b/test/VC/NS3 deleted file mode 100644 index f53b0ca..0000000 --- a/test/VC/NS3 +++ /dev/null @@ -1,9 +0,0 @@ -<?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"/> |