summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/custom/comments/people.xml
blob: 55c08a1e6a5e508bd04a857e1a4525cc75f534cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>

<!--

file      : examples/cxx/tree/custom/comments/people.xml
copyright : not copyrighted - public domain

-->

<ppl:catalog xmlns:ppl="http://www.codesynthesis.com/people"
	     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	     xsi:schemaLocation="http://www.codesynthesis.com/people people.xsd">

  <person>
    <!--Record for Joe Dirt-->
    <name>Joe Dirt</name>
    <age>28</age>
  </person>

</ppl:catalog>