summaryrefslogtreecommitdiff
path: root/test/c14n/without-comments/example-7.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/c14n/without-comments/example-7.xml')
-rw-r--r--test/c14n/without-comments/example-7.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/c14n/without-comments/example-7.xml b/test/c14n/without-comments/example-7.xml
new file mode 100644
index 00000000..41171cb4
--- /dev/null
+++ b/test/c14n/without-comments/example-7.xml
@@ -0,0 +1,11 @@
+<!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>