xref: /aosp_15_r20/external/apache-xml/test/tests/conf/axes/axes56.xml (revision 1212f9a0ffdc28482b8821715d2222bf16dc14e2)
1<?xml version="1.0"?>
2<doc>
3  <a>
4    <asub>
5      <asubsub>
6        <yy/>
7      </asubsub>
8    </asub>
9  </a>
10  <b>
11    <bsub>
12      <xx>
13        <xxchild/>
14      </xx>
15    </bsub>
16  </b>
17  <xx>here</xx>
18  <d>
19    <dsub>
20      <dsubsub>
21        <xx/>
22      </dsubsub>
23    </dsub>
24  </d>
25  <e>
26    <esub>
27      <xx>
28        <xxchild/>
29      </xx>
30    </esub>
31    <esubsib>
32      <sibchild/>
33    </esubsib>
34  </e>
35  <xx>
36    <childofxx/>
37  </xx>
38  <xx>
39    <xxsub>
40      <xxsubsub/>
41    </xxsub>
42  </xx>
43</doc>