File: input.xml

package info (click to toggle)
liborcus 0.16.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,460 kB
  • sloc: cpp: 55,600; xml: 8,697; sh: 4,316; makefile: 2,070; python: 1,641
file content (27 lines) | stat: -rw-r--r-- 855 bytes parent folder | download | duplicates (15)
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"?>
<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>