summaryrefslogtreecommitdiff
path: root/assets/files/example.xml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-02-28 11:06:54 +0100
committerGitHub <noreply@github.com>2024-02-28 10:06:54 +0000
commite16d3f5a67a31154797b4d56cdc6ed142ee2a7cf (patch)
tree31dcd2243c2b51bac62fe19e7e60efe5f6289281 /assets/files/example.xml
parent5036c5acebebe12cbf14338f5413514251d83d1e (diff)
Externalize assets (#3515)
Diffstat (limited to 'assets/files/example.xml')
-rw-r--r--assets/files/example.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/assets/files/example.xml b/assets/files/example.xml
deleted file mode 100644
index 1e5d19c9..00000000
--- a/assets/files/example.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?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>