<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:g="http://base.google.com/ns/1.0">

	<title>The name of your data feed.</title>
	<link href="http://www.example.com" rel="alternate" type="text/html"/>
	<modified>2006-06-11T18:30:02Z</modified>
	<author>
		<name>The name of the author.</name>
	</author>

<entry>
<title>Red wool sweater</title>
<g:brand>Acme</g:brand>
<g:color>red</g:color>
<g:condition>new</g:condition>
<g:department>apparel</g:department>
<summary>Comfortable and soft, this sweater will keep you warm on those cold winter nights.</summary>
<g:expiration_date>2006-12-20</g:expiration_date>
<id>1</id>
<g:image_link>http://www.example.com/image1.jpg</g:image_link>
<link rel="alternate" type="text/html" href="http://www.example.com/item1-info-page.html"/>
<g:made_in>US</g:made_in>
<g:material>wool</g:material>
<g:price>25</g:price>
<g:product_type>sweaters</g:product_type>
<g:size>large</g:size>
<g:style>casual</g:style>
</entry>
 
<entry> 
<title>Total Recall</title>
<g:actor>Arnold Schwarzenegger</g:actor>
<g:brand>Acme</g:brand>
<g:condition>used</g:condition>
<g:department>media</g:department>
<summary>Slightly used copy of Total Recall, the sci-fi classic, on DVD.</summary>
<g:director>Paul Verhoeven</g:director>
<g:expiration_date>2006-12-20</g:expiration_date>
<g:format>DVD</g:format>
<g:genre>Science Fiction</g:genre>
<id>2</id>
<g:image_link>http://www.example.com/image2.jpg</g:image_link>
<link rel="alternate" type="text/html" href="http://www.example.com/item2-info-page.html"/>
<g:price>12</g:price>
<g:product_type>dvds</g:product_type>
<g:rating>R</g:rating>
<g:year>1990</g:year>
</entry>
 
<entry> 
<title>A Scanner Darkly</title>
<g:actor>Keanu Reeves</g:actor>
<g:brand>Acme</g:brand>
<g:condition>new</g:condition>
<g:department>media</g:department>
<summary>Exciting new movie featuring Keanu Reeves and directed by Richard Linklater.</summary>
<g:director>Richard Linklater</g:director>
<g:expiration_date>2006-12-20</g:expiration_date>
<g:format>DVD</g:format>
<g:genre>Drama</g:genre>
<id>3</id>
<g:image_link>http://www.example.com/image3.jpg</g:image_link>
<link rel="alternate" type="text/html" href="http://www.example.com/item3-info-page.html"/>
<g:price>20</g:price>
<g:product_type>dvds</g:product_type>
<g:rating>R</g:rating>
<g:year>2006</g:year>
</entry>
 
<entry> 
<title>8" plush Care Bear</title>
<g:age_range>2-10</g:age_range>
<g:brand>Acme</g:brand>
<g:color>green</g:color>
<g:condition>new</g:condition>
<g:department>toys</g:department>
<summary>Small care bear, brand new, absolutely adorable!</summary>
<g:expiration_date>2006-12-20</g:expiration_date>
<id>4</id>
<g:image_link>http://www.example.com/image4.jpg</g:image_link>
<link rel="alternate" type="text/html" href="http://www.example.com/item4-info-page.html"/>
<g:made_in>CN</g:made_in>
<g:price>6.99</g:price>
<g:product_type>stuffed animals</g:product_type>
</entry>
 
</feed>