1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| <?xml version="1.0" encoding="UTF-8"?>
| <people>
| <person type="natural">
| <!-- Just an example comment that will be ignored by the tree
| handler and processed by the other ones. -->
|
| <name>Manoel</name>
| <city>Palmas-TO</city>
| </person>
| <person type="natural">
| <name>Breno</name>
| <city>Palmas-TO</city>
| </person>
| <person type="legal">
| <name>University of Brasília</name>
| <city>Brasília-DF</city>
| <empty></empty>
| <void/>
| </person>
| </people>
|
|