Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
<?xml version="1.0" encoding="ISO-8859-15"?>
<flatorders>
<order orderid="889923">
<orderperson/>
<shipToName>Ola Nordmann</shipToName>
<shipToAddress>Langgt 23</shipToAddress>
<shipToCity>4000 Stavanger</shipToCity>
<shipToCountry>Norway</shipToCountry>
</order>
</flatorders>
<?xml version="1.0" encoding="UTF-8"?>
<flatorders>
<order>
<order orderid="889923">
<shipToName>Ola Nordmann</shipToName>
<shipToAddress>Langgt 23</shipToAddress>
<shipToCity>4000 Stavanger</shipToCity>
<shipToCountry>Norway</shipToCountry>
</order>
</order>
<order>
<order orderid="889924">
<shipToName>Snoid Florgsbottom</shipToName>
<shipToAddress>Thatone St</shipToAddress>
<shipToCity>City of Dreams</shipToCity>
<shipToCountry>The Wilderness</shipToCountry>
</order>
</order>
</flatorders>