xref: /aosp_15_r20/external/apache-xml/test/tests/conf/whitespace/whitespace22.xml (revision 1212f9a0ffdc28482b8821715d2222bf16dc14e2)
1<?xml version="1.0"?>
2<doc xmlns:ns1="www.ns1.com" xmlns:ns2="www.ns2.com">
3  <ns2:test>
4         <c>c</c>
5                <d>d</d>
6  </ns2:test>
7  <ns1:test>
8         <a>a</a>
9                <b>b</b>
10  </ns1:test>
11
12</doc>
13