summaryrefslogtreecommitdiff
path: root/test/tests/conf/axes/axes104.xml
blob: d7cd7c5a5d2142995688890d45fbad4ed31b1715 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0"?>
<far-north> Level-1
  <north-north-west1/>
  <north-north-west2/>
  <!-- Comment-2 --> Level-2
  <?a-pi pi-2?>
  <north>
	 <!-- Comment-3 --> Level-3
	 <?a-pi pi-3?>
     <near-north>
        <far-west/>
        <west/>
        <near-west/>
	    <!-- Comment-4 --> Level-4
	    <?a-pi pi-4?>
        <center center-attr-1="c1" center-attr-2="c2" center-attr-3="c3">
           <near-south-west/>
		   <!--Comment-5-->   Level-5
		   <?a-pi pi-5?>
           <near-south>
		      <!--Comment-6-->   Level-6
		      <?a-pi pi-6?>
		      <south attr1="First" attr2="Last">
                 <far-south/>
              </south>
           </near-south>
           <near-south-east/>
        </center>
        <near-east/>
        <east/>
        <far-east/>
     </near-north>
  </north>
  <north-north-east1/>
  <north-north-east2/>
</far-north>