<?xml version="1.0" encoding="UTF-8" ?>

<rss version ="2.0" xmlns:g="http://base.google.com/ns/1.0">

<channel>
	<title>The name of your data feed.</title>
	<description>A description of your content.</description>
	<link>http://www.example.com</link>

<item>
<title>Train tickets to Mountain View</title>
<description>Luxury train tickets</description>
<g:expiration_date>2006-12-20</g:expiration_date>
<g:from_location>San Francisco, CA, USA</g:from_location>
<guid>1</guid>
<g:image_link>http://www.example.com/image1.jpg</g:image_link>
<link>http://www.example.com/item1-info-page.html</link>
<g:location>1600 Amphitheatre Pkwy, Mountain View, CA, 94043</g:location>
<g:price>250</g:price>
<g:price_type>starting</g:price_type>
<g:quantity>204</g:quantity>
<g:to_location>Mountain View, CA, USA</g:to_location>
<g:travel_date_range>
	<g:start>2006-12-20T23:00:00</g:start>
	<g:end>2006-12-21T08:30:00</g:end>
</g:travel_date_range>
</item>
 
<item> 
<title>Cruise Hawaii</title>
<description>3 day cruise, visit Hawaii</description>
<g:expiration_date>2006-12-20</g:expiration_date>
<g:from_location>San Francisco, CA, USA</g:from_location>
<guid>2</guid>
<g:image_link>http://www.example.com/image2.jpg</g:image_link>
<link>http://www.example.com/item2-info-page.html</link>
<g:location>1600 Amphitheatre Pkwy, Mountain View, CA, 94043</g:location>
<g:price>1200</g:price>
<g:price_type>starting</g:price_type>
<g:quantity>210</g:quantity>
<g:to_location>Hawaii, USA</g:to_location>
<g:travel_date_range>
	<g:start>2006-12-20T23:00:00</g:start>
	<g:end>2006-12-21T08:30:00</g:end>
</g:travel_date_range>
</item>

</channel>
</rss>