summaryrefslogtreecommitdiff
path: root/test/tests/conf/whitespace/whitespace22.xml
blob: 481c18c1b61029dc0c2e1ab5f8ef1123030ef589 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?> 
<doc xmlns:ns1="www.ns1.com" xmlns:ns2="www.ns2.com">
  <ns2:test>
         <c>c</c>
                <d>d</d>
  </ns2:test>
  <ns1:test>
         <a>a</a>
                <b>b</b>
  </ns1:test>

</doc>