File: test.xml

package info (click to toggle)
libzeem 2.1.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 808 kB
  • sloc: cpp: 13,810; xml: 49; makefile: 15; sh: 11
file content (10 lines) | stat: -rw-r--r-- 204 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
<persons>
	<person id="1">
		<firstname>John</firstname>
		<lastname>Doe</lastname>
	</person>
	<person id="2" jobtile="">
		<firstname>Jane</firstname>
		<lastname>Jones</lastname>
	</person>
</persons>