File: simple1c.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 (12 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="ISO-8859-1"?>
<customer xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <name>
    <first-name xsi:nil="true"/>
    <last-name>Sosnoski</last-name>
  </name>
  <street1>14618 NE 80th Pl.</street1>
  <city>Redmond</city>
  <state>WA</state>
  <zip>98052</zip>
  <phone>425 885 7197</phone>
</customer>