File: utf-8.xml

package info (click to toggle)
liborcus 0.20.1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 16,644 kB
  • sloc: xml: 78,349; cpp: 74,365; sh: 4,626; makefile: 2,787; python: 2,614
file content (27 lines) | stat: -rw-r--r-- 872 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<data>
    <label>TOP SECRET</label>
    <header>
        <title>Simple Data File</title>
    </header>
    <entries>
        <entry>
            <id>1</id><name><first>Bill</first><last>Clinton</last></name><score>456</score>
        </entry>
        <entry>
            <id>2</id><name><first>David</first><last>Cameron</last></name><score>323</score>
        </entry>
        <entry>
            <id>3</id><name><first>Barak</first><last>Obama</last></name><score>234</score>
        </entry>
        <entry>
            <id>4</id><name><first>Yoshihiko</first><last>Noda</last></name><score>192</score>
        </entry>
        <entry>
            <id>5</id><name><first>Angela</first><last>Merkel</last></name><score>210</score>
        </entry>
    </entries>
    <footer>
        <date>2012-08-12</date>
    </footer>
</data>