diff options
Diffstat (limited to 'examples/data.xml')
-rw-r--r-- | examples/data.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/data.xml b/examples/data.xml new file mode 100644 index 0000000..acda261 --- /dev/null +++ b/examples/data.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<data> + Hello <something>Foo</something> there + <favorites> + <food>Icecream</food> + <color>Magenta</color> + </favorites> +</data> |