diff options
Diffstat (limited to 'libxml2/test/c14n/1-1-without-comments/example-3.xml')
-rwxr-xr-x | libxml2/test/c14n/1-1-without-comments/example-3.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libxml2/test/c14n/1-1-without-comments/example-3.xml b/libxml2/test/c14n/1-1-without-comments/example-3.xml deleted file mode 100755 index a7a1950..0000000 --- a/libxml2/test/c14n/1-1-without-comments/example-3.xml +++ /dev/null @@ -1,18 +0,0 @@ -<!DOCTYPE doc [<!ATTLIST e9 attr CDATA "default">]> -<doc> - <e1 /> - <e2 ></e2> - <e3 name = "elem3" id="elem3" /> - <e4 name="elem4" id="elem4" ></e4> - <e5 a:attr="out" b:attr="sorted" attr2="all" attr="I'm" - xmlns:b="http://www.ietf.org" - xmlns:a="http://www.w3.org" - xmlns="http://www.uvic.ca"/> - <e6 xmlns="" xmlns:a="http://www.w3.org"> - <e7 xmlns="http://www.ietf.org"> - <e8 xmlns="" xmlns:a="http://www.w3.org"> - <e9 xmlns="" xmlns:a="http://www.ietf.org"/> - </e8> - </e7> - </e6> -</doc> |