<?xml version="1.0"?>
<rss version="2.0"
 xmlns:g="http://base.google.com/ns/1.0"
 xmlns:c="http://base.google.com/cns/1.0">
<channel>
 <title>An example store</title>
 <link>http://www.whiskyfinder.eu/</link>
 <description>Whisky!</description>
 <item>
   <title>Glenmorangie 10 years old</title>
   <description>This is a good &amp; nice one.</description>
   <c:category type='string'>Single Highland Malt</c:category>
   <c:abv type='float'>45.3</c:abv>
   <c:volume type='floatUnit'>70 cl</c:volume>
   <c:containertype type='string'>Bottle</c:containertype>
   <g:price type='float'>30.00</g:price>
   <c:currency type='string'>EUR</c:currency>
   <c:date type='string'>2009-12-08</c:date>
   <c:age type='int'>10</c:age>
   <c:vintage type='int'>2005</c:vintage>
   <c:in_stock type='string'>true</c:in_stock>
   <g:image_link>http://www.whiskyfinder.eu/images/3.jpg</g:image_link>
   <link>http://www.whiskyfinder.eu/beverage.php?cmd=show&amp;id=3</link>
   <c:bottler type='string'>Distillery</c:bottler>
 </item>
</channel>
</rss>

