<?xml version="1.0" encoding="utf-8"?><!-- in many cases, setting encoding to ISO-8859-1 may work better -->
<!-- Sample xml feed for sending ticket and event listings to Oodle. -->
<listings>
	<listing>
		<category>Baseball Tickets</category>
		<id>3916251</id>
		<title>2 Dodgers vs. Giants Tickets</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>
		<create_time>2004-07-16T14:00:00-07:00</create_time>
		<currency>USD</currency>
		<description>See the Dodgers and Giants play in an epic game.</description>
		<event_date>2004-09-16</event_date>
		<event_location>San Jose, CA</event_location>
		<event_name>Dodgers Play the Giants</event_name>
		<event_row>32A</event_row>
		<event_section>A</event_section>
		<event_time>2004-09-16T14:00:00-07:00</event_time>
		<event_venue>HP Pavilion</event_venue>
		<expire_time>2004-09-16T14:00:00-07:00</expire_time>
		<fee>yes</fee>
		<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>
		<number_available>2</number_available>
		<price>24.95</price>
		<registration>yes</registration>
		<seating_chart_url>http://www.example.com/seating_charts?id=7</seating_chart_url>
		<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>
		<sports_league>MLB</sports_league>
		<team>Dodgers, Giants</team>
	</listing>
</listings>
