summaryrefslogtreecommitdiff
path: root/slicer/test/initial/elementmap.xml
blob: 1f8d9135106c586639a20ba650efcfc473896c2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<Maps>
  <amap/>
	<emap>
		<a>one</a>
		<b>two</b>
		<c>three</c>
	</emap>
	<rmap>
		<a Id="1">one</a>
		<b Id="2">two</b>
		<c Id="3">three</c>
	</rmap>
</Maps>