diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-06 11:50:03 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-06 11:50:03 +0100 |
| commit | 0bb0f1c98fc8eff5d7556bbe9d5801f02237a5c0 (patch) | |
| tree | 83bce472d527cb62c6b6d048059921d8404074fd /assets/files/example.xml | |
| parent | 2e87dcdbe014a5327395cfcd138b547426a50e6e (diff) | |
Import documentation
Co-Authored-By: Martin Haug <mhaug@live.de>
Diffstat (limited to 'assets/files/example.xml')
| -rw-r--r-- | assets/files/example.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/assets/files/example.xml b/assets/files/example.xml new file mode 100644 index 00000000..1e5d19c9 --- /dev/null +++ b/assets/files/example.xml @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<news> + <article> + <title>2022 Budget approved</title> + <author>John Doe</author> + <date>2022-12-19</date> + <content> + <p>The 2022 budget has been approved by the Senate.</p> + <p>The budget is $1.2 trillion.</p> + <p>It is expected to be signed by the President next week.</p> + </content> + </article> + <article> + <title>Tigers win the World Series</title> + <author>Jane Doe</author> + <date>2022-12-20</date> + <content> + <p>The Tigers have won the World Series.</p> + <p>They beat the Giants 4 to 3.</p> + </content> + </article> +</news> |
