summaryrefslogtreecommitdiff
path: root/test/tests/conf/conditional/conditional14.xml
blob: 736846fdf340af846b6cf6a113a50797dddaae62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0"?>
<Family>
<Child>
<Name>Harry</Name>
<Personal_Information>
<Sex>Male</Sex>
<Age>45</Age>
</Personal_Information>
</Child>
<Child>
<Name>Tom</Name>
<Personal_Information>
<Sex>Male</Sex>
<Age>30</Age>
</Personal_Information>
</Child>
<Child>
<Name>Dick</Name>
<Personal_Information>
<Sex>Male</Sex>
<Age>40</Age>
</Personal_Information>
</Child>
<Child>
<Name>Paulette</Name>
<Personal_Information>
<Sex>Female</Sex>
<Age>38</Age>
</Personal_Information>
</Child>
<Child>
<Name>Peter</Name>
<Personal_Information>
<Sex>Male</Sex>
<Age>34</Age>
</Personal_Information>
</Child>
</Family>