File: simple2.xml

package info (click to toggle)
libjibx1.2-java 1.2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 26,260 kB
  • sloc: java: 75,013; xml: 14,068; makefile: 17
file content (14 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="ISO-8859-1"?>
<customer>
  <name>
    <first-name>mile</first-name>
    <last-name>Poincar</last-name>
  </name>
  <street1>rte st Antoine de Ginestire&#x2019;</street1>
  <city>Paris</city>
  <state>FR</state>
  <zip>98059</zip>
  <phone>01 44 27 67 93</phone>
  <credit>hanging on, hand-to-mouth</credit>
  <quality>good, but not great</quality>
</customer>