12345678910111213 <?xml version="1.0"?><root><a><z x="test1" y="testy">testZ1</z><b><c>testC1</c><c>testC2</c><c>testC3</c></b></a><a><z x="test2" y="testy">testZ2</z><b><c>testC1</c><c>testC2</c><c>testC3</c></b></a></root>
<?xml version="1.0"?>
<root>
<a><z x="test1" y="testy">testZ1</z>
<b><c>testC1</c>
<c>testC2</c>
<c>testC3</c></b>
</a>
<a><z x="test2" y="testy">testZ2</z>
</root>