Jianw
2025-05-13 3b39fe3810c3ee2ec9ec97236c1769c5c85e062c
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>