<?xml version="1.0"?>
<outertag>
	<innertag sampleattribute="innertagAttribute">
<firstname>John</firstname> 
  <lastname>Connor\nhej</lastname> 
  <Address>5,Downing Street</Address> 
	</innertag>
		<innertag sampleattribute="innertagAttribute2">
  <firstname>Peter\nhej</firstname> 
  <lastname>Roche</lastname> 
  <Address>6,Downing Street</Address> 
	</innertag>
</outertag>
