diff options
Diffstat (limited to 'doc/examples/reader3.res')
-rw-r--r-- | doc/examples/reader3.res | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/examples/reader3.res b/doc/examples/reader3.res new file mode 100644 index 0000000..20e2e82 --- /dev/null +++ b/doc/examples/reader3.res @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<doc><parent><preserved/><preserved> + content1 + <child1/> + <child2>content2</child2> + <preserved>too</preserved> + <child2>content3</child2> + <preserved/> + <child2>content4</child2> + <preserved/> + <child2>content5</child2> + content6 + </preserved><preserved/><preserved/></parent></doc> |