diff options
author | HampusM <hampus@hampusmat.com> | 2023-05-11 21:27:36 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-05-11 21:27:36 +0200 |
commit | bdce3a36f72de6097fb78a917e29b7e093a6ef58 (patch) | |
tree | 7d2cb765c857a3d78cee39c97b926e3b26ec2bd7 /examples/data.xml | |
parent | e3a0736f8f73d310a8031fdd169467b7b26bc981 (diff) |
docs: add examples
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> |