xref: /aosp_15_r20/external/apache-xml/test/tests/conf/conditional/conditional19.xml (revision 1212f9a0ffdc28482b8821715d2222bf16dc14e2)
1<?xml version="1.0"?>
2<doc>
3  <title>Test for source tree numbering</title>
4  <a>
5    <title>Level A</title>
6    <b>
7      <title>Level B</title>
8    </b>
9    <b>
10      <title>Level B</title>
11      <c>
12        <title>Level C</title>
13      </c>
14    </b>
15    <b>
16      <title>Level B</title>
17      <c>
18        <title>Level C</title>
19        <d>
20          <title>Level D</title>
21        </d>
22      </c>
23    </b>
24  </a>
25  <a>
26    <title>Level A</title>
27    <b>
28      <title>Level B</title>
29      <c>
30        <title>Level C</title>
31      </c>
32      <c>
33        <title>Level C</title>
34      </c>
35      <c>
36        <title>Level C</title>
37        <d>
38          <title>Level D</title>
39          <e>
40            <title>Level E</title>
41          </e>
42        </d>
43      </c>
44    </b>
45  </a>
46  <a>
47    <title>Level A</title>
48    <b>
49      <title>Level B</title>
50      <c>
51        <title>Level C</title>
52        <d>
53          <title>Level D</title>
54        </d>
55        <d>
56          <title>Level D</title>
57          <e>
58            <title>Level E</title>
59          </e>
60        </d>
61        <d>
62          <title>Level D</title>
63          <e>
64            <title>Level E</title>
65          </e>
66        </d>
67      </c>
68      <c>
69        <title>Level C</title>
70      </c>
71      <c>
72        <title>Level C</title>
73        <d>
74          <title>Level D</title>
75        </d>
76      </c>
77      <c>
78        <title>Level C</title>
79      </c>
80    </b>
81    <b>
82      <title>Level B</title>
83    </b>
84  </a>
85</doc>