File: sample.xml

package info (click to toggle)
pxp 1.2.9-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,844 kB
  • sloc: ml: 28,666; xml: 2,597; makefile: 822; sh: 691
file content (18 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml encoding="ISO-8859-1"?>
<record-list>
  <record>
    <last-name>Stolpmann</last-name>
    <first-name>Gerd</first-name>
    <phone>997705</phone>
  </record>
  <record>
    <last-name>Smith</last-name>
    <first-name>Jack</first-name>
    <phone>12345</phone>
  </record>
  <record>
    <last-name>tzgr</last-name>
    <first-name>xxx</first-name>
    <phone>7654</phone>
  </record>
</record-list>