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