diff options
Diffstat (limited to 'libxml2/test/c14n/with-comments/example-7.xml')
-rw-r--r-- | libxml2/test/c14n/with-comments/example-7.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libxml2/test/c14n/with-comments/example-7.xml b/libxml2/test/c14n/with-comments/example-7.xml deleted file mode 100644 index 41171cb..0000000 --- a/libxml2/test/c14n/with-comments/example-7.xml +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE doc [ -<!ATTLIST e2 xml:space (default|preserve) 'preserve'> -<!ATTLIST e3 id ID #IMPLIED> -]> -<doc xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org"> - <e1> - <e2 xmlns=""> - <e3 id="E3"/> - </e2> - </e1> -</doc> |