• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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, again</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      <c>
24        <title>Level C</title>
25      </c>
26      <c>
27        <title>Level C, again</title>
28      </c>
29    </b>
30  </a>
31  <a>
32    <title>Level A</title>
33    <b>
34      <title>Level B</title>
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          <e>
55            <title>Level E</title>
56          </e>
57          <e>
58            <title>Level E, again</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        <d>
71          <title>Level D</title>
72        </d>
73      </c>
74    </b>
75    <b>
76      <title>Level B</title>
77    </b>
78  </a>
79</doc>