diff options
Diffstat (limited to 'doc/examples/tst.xml')
-rw-r--r-- | doc/examples/tst.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/examples/tst.xml b/doc/examples/tst.xml new file mode 100644 index 0000000..1cc6c95 --- /dev/null +++ b/doc/examples/tst.xml @@ -0,0 +1,7 @@ +<thing> + <thing1>hello</thing1> +</thing> +<thing> + <thing2>goodbye</thing2> +</thing> + |