xref: /aosp_15_r20/external/apache-xml/test/tests/conf/select/select56.xml (revision 1212f9a0ffdc28482b8821715d2222bf16dc14e2)
1<?xml version="1.0"?>
2<doc>
3  <book>
4    <author>
5      <name real="no">Carmelo Montanez</name>
6      <chapters>Nine</chapters>
7      <bibliography></bibliography>
8    </author>
9  </book>
10  <book>
11    <author>
12      <name real="yes">David Marston</name>
13      <chapters>Seven</chapters>
14      <bibliography></bibliography>
15    </author>
16  </book>
17  <book>
18    <author>
19        <name real="yes">Mary Brady</name>
20        <chapters>Ten</chapters>
21        <bibliography>
22        <author>
23          <name>Lynne Rosenthal</name>
24          <chapters>Five</chapters>
25        </author>
26      </bibliography>
27    </author>
28  </book>
29</doc>