File: names3.xml

package info (click to toggle)
libjibx-java 1.0.1-2
  • links: PTS
  • area: contrib
  • in suites: lenny
  • size: 15,748 kB
  • ctags: 10,069
  • sloc: java: 29,151; xml: 7,963; makefile: 14
file content (13 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
<names>
  <definitions>
    <name id="c0001"><first-name>Tom</first-name><last-name>Sawyer</last-name></name>
    <name id="c0002"><first-name>George</first-name><last-name>Smith</last-name></name>
    <name id="c0003"><first-name>Adam</first-name><last-name>Smith</last-name></name>
    <name id="c0004"><first-name>Huck</first-name><last-name>Finn</last-name></name>
  </definitions>
  <references>
    <name ref="c0001"/>
    <name ref="c0002"/>
    <name ref="c0004"/>
  </references>
</names>