summaryrefslogtreecommitdiffstats
path: root/libxml2/test/c14n/without-comments/example-2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/c14n/without-comments/example-2.xml')
-rw-r--r--libxml2/test/c14n/without-comments/example-2.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/libxml2/test/c14n/without-comments/example-2.xml b/libxml2/test/c14n/without-comments/example-2.xml
new file mode 100644
index 0000000..74eeea1
--- /dev/null
+++ b/libxml2/test/c14n/without-comments/example-2.xml
@@ -0,0 +1,11 @@
+<doc>
+ <clean> </clean>
+ <dirty> A B </dirty>
+ <mixed>
+ A
+ <clean> </clean>
+ B
+ <dirty> A B </dirty>
+ C
+ </mixed>
+</doc>