summaryrefslogtreecommitdiff
path: root/test/tests/conf/axes/axes01.xml
blob: ae47baea9cee4ea2e786e42475db4c147ee2d288 (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>
				<near-south>
					<south>
						<far-south/>
					</south>
				</near-south>
			</center>
				<near-east/>
				<east/>
				<far-east/>
		</near-north>
	</north>
</far-north>