File: example.xml

package info (click to toggle)
haskell-typst 0.8.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,624 kB
  • sloc: haskell: 8,567; xml: 32; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 614 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>