<?xml version="1.0" encoding="UTF-8"?>
<!-- <?xml-stylesheet type="text/xsl" href="order.xsl" ?> -->
<DATA>
	<adresses>
		<adress type="delivery" id="">
			<name>Customer 1</name>
			<company></company>
			<adress>Adress</adress>
			<cp>Post Code</cp>
			<suburb></suburb>
			<city>LA</city>
			<state></state>
			<country>USA</country>
			<phone></phone>
			<email></email>
			<format_id>1</format_id>
		</adress>
		
		<adress type="billing">
			<name>Customer 1</name>
			<company></company>
			<adress>Adress</adress>
			<cp>Post Code</cp>
			<suburb></suburb>
			<city>LA</city>
			<state></state>
			<country>USA</country>
			<phone></phone>
			<email></email>
			<format_id>1</format_id>
		</adress>
		
		<adress type="customer" id="12">
			<name>Customer 1</name>
			<company></company>
			<adress>Adress</adress>
			<cp>Post Code</cp>
			<suburb></suburb>
			<city>LA</city>
			<state></state>
			<country>USA</country>
			<phone></phone>
			<email></email>
			<format_id>1</format_id>
		</adress>
	</adresses>
	<customer id="12">
		<adress>
			<line>Customer 1</line><line>Adress</line><line>City, Post Code</line><line>USA</line>
		</adress>
	</customer>
	<order id="6">
		<currency>USD</currency>
		<payment code="moneyorder">Bank wire</payment>
		<shipping code="freeoptions">Free shipping</shipping>
		<coupon></coupon>
		<date type="purchase">	<literal> 
		<europe>08.04.2007 12:08:37</europe>
		<us>2007-04-08 12:08:37</us>
	</literal>
	<year>2007</year>
	<month>04</month>
	<day>08</day>
	<hour>12</hour>
	<min>08</min>
	<sec>37</sec></date>
		<total>28.80</total>
		<customer_ip>84.75.165.126 - 84.75.165.126</customer_ip>
	</order>
	<totals>
		<total class="ot_subtotal">
	<title>Subtotal:</title>
	<amount currency="USD">28.80</amount>
</total><total class="ot_shipping">
	<title>Free delivery:</title>
	<amount currency="USD">0.00</amount>
</total><total class="ot_total">
	<title>Total:</title>
	<amount currency="USD">28.80</amount>
</total>
	</totals>
	<products>
		<product id="295">
	<qty>1</qty>
	<name>Big book</name>
	<tax>0</tax>
	<price>28.8</price>
	<onetime_charges>0</onetime_charges>
	<final_price>28.8</final_price>
	<free>0</free>
</product>
	</products>
</DATA>
