<?xml version="1.0" encoding="utf-8"?><!-- in many cases, setting encoding to ISO-8859-1 may work better -->
<!-- Sample xml feed for sending merchandise listings to Oodle. -->
<listings>
	<listing>
		<category>Freezers</category>
		<id>3916251</id>
		<title>Giant Used Freezer</title>
		<url>http://www.example.com/listing/details.html</url>
		<address>3459 Oak Street</address>
		<city>Concord</city>
		<country>US</country>
		<neighborhood>Willow Park</neighborhood>
		<state>CA</state>
		<zip_code>94772</zip_code>
		<auction>Yes</auction>
		<bed_size>twin</bed_size>
		<brand>Igloo-Mate</brand>
		<color>orange</color>
		<condition>used</condition>
		<create_time>2004-07-16T14:00:00-07:00</create_time>
		<currency>USD</currency>
		<delivery>local delivery</delivery>
		<description>This orange freezer has enough capacity to hold sufficient food to feed a family of five for two months.</description>
		<display_type>CRT</display_type>
		<event_date>2004-09-16</event_date>
		<expire_time>2004-09-16T14:00:00-07:00</expire_time>
		<fee>yes</fee>
		<golf_club_type>single iron</golf_club_type>
		<image_url>http://www.example.com/listing/image1.jpg|http://www.example.com/listing/image2.jpg</image_url>
		<ip_address>142.72.8.120</ip_address>
		<model>4000/XE</model>
		<price>55.95</price>
		<registration>yes</registration>
		<seller_email>joe@smith.com</seller_email>
		<seller_name>Joe Smith</seller_name>
		<seller_phone>123-456-7890</seller_phone>
		<seller_url>http://smith-classifieds.com/</seller_url>
		<wood_type>birch</wood_type>
	</listing>
</listings>
