aboutsummaryrefslogtreecommitdiff
path: root/libxml2-2.9.10/doc/examples/test3.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2-2.9.10/doc/examples/test3.xml')
-rw-r--r--libxml2-2.9.10/doc/examples/test3.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/libxml2-2.9.10/doc/examples/test3.xml b/libxml2-2.9.10/doc/examples/test3.xml
new file mode 100644
index 0000000..4d0828f
--- /dev/null
+++ b/libxml2-2.9.10/doc/examples/test3.xml
@@ -0,0 +1,39 @@
+<doc>
+ <parent>
+ <discarded>
+ <discarded/>
+ </discarded>
+ <preserved/>
+ This text node must be discarded
+ <discarded>
+ <discarded/>
+ </discarded>
+ <preserved>
+ content1
+ <child1></child1>
+ <child2>content2</child2>
+ <preserved>too</preserved>
+ <child2>content3</child2>
+ <preserved></preserved>
+ <child2>content4</child2>
+ <preserved/>
+ <child2>content5</child2>
+ content6
+ </preserved>
+ This text node must be discarded
+ <discarded>
+ <discarded/>
+ </discarded>
+ This text node must be discarded
+ <preserved></preserved>
+ This text node must be discarded
+ <preserved/>
+ This text node must be discarded
+ <discarded>
+ <discarded/>
+ </discarded>
+ This text node must be discarded
+ </parent>
+</doc>
+
+