<?xml version="1.0"?>
<root>
<a><z x="test1">testZ1</z>
<b><c>testC1</c>
<c>testC2</c>
<c>testC3</c></b>
</a>
<a><z x="test2">testZ2</z>
<b><c>testC1</c>
<c>testC2</c>
<c>testC3</c></b>
</a>
<r><x>testX1</x>
<s><t>TestT11</t>
<t>TestT21</t></s>
</r>
<r><x>testX2</x>
<s><t>TestT12</t>
<t>TestT22</t></s>
</r>
</root>