summaryrefslogtreecommitdiff
path: root/test/tests/conf/node/node16.xml
blob: ad8374bcee2d3f9dea5456673f6848d9d8a53c65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?> 
<far-north>
  <north>
    <near-north>
      <far-west/>
      <west/>
      <near-west/>
      <center center-attr-1="c1" center-attr-2="c2" center-attr-3="c3">
        <near-south>
          <south>
            <far-south/>
          </south>
        </near-south>
      </center>
      <near-east/>
      <east/>
      <far-east/>
    </near-north>
  </north>
</far-north>