<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" title="Table View (Sortable) With SVG" href="beer6.xsl" alternate="yes" media="screen" ?>
<?xml-stylesheet type="text/xsl" title="Tree View" href="beer7.xsl" alternate="yes" media="screen" ?>
<?xml-stylesheet type="text/xsl" title="Table View (Sortable)" href="beer5.xsl" alternate="no" media="screen" ?>
<beers>
	<beer>
		<name>Stella Artois</name>
		<type>Lager</type>
		<origin>Belgium</origin>
		<quality>Excelent</quality>
		<rating>10</rating>
		<image>/xml/tutorial/images/stellaartois.gif</image>
		<description>A beautiful lager. Strong, clean tasting and a joy to drink. 
		Although it is better to drink canned or draught even the bottled with it's somehow 
		weeker taste is wonderful.</description>
		<opinions />
	</beer>
	<beer>
		<name>Amstel</name>
		<type>Lager</type>
		<origin>Holland</origin>
		<quality>Poor</quality>
		<rating>4</rating>
		<image>/xml/tutorial/images/amstel.gif</image>
		<description>From such a large brewery this has to be the worst beer in Europe. 
		Although the colour is good it is too fizzy. There is a terrible chemical taste
		as it slips down and it is painful on the stomach. I can't recomend a better 
		beer for excruciating hangovers.</description>
		<opinions />
	</beer>
	<beer>
		<name>Budweiser</name>
		<type>Lager</type>
		<origin>USA</origin>
		<quality>Cats Piss</quality>
		<rating>1</rating>
		<image>/xml/tutorial/images/budweiser.gif</image>
		<description>This has to be the most disgusting brew in the world apart from
		Syrian cherry brandy. The only good thing to say about it is that it has the same
		name as the excelent lager from the Czech Republic.
		</description>
		<opinions />
	</beer>
	<beer>
		<name>Samual Adams</name>
		<type>Ale</type>
		<origin>USA</origin>
		<quality>Passable</quality>
		<rating>4</rating>
		<image>/xml/tutorial/images/samadams.gif</image>
		<description>This has a strong taste slightly like an English bitter. If you 
		are stuck in the USA for any length of time you are bound to start drinking
		this at some time or other.</description>
		<opinions />
	</beer>
	<beer>
		<name>Boddingtons</name>
		<type>Bitter</type>
		<origin>England</origin>
		<quality>Excelent</quality>
		<rating>10</rating>
		<image>/xml/tutorial/images/boddingtons.gif</image>
		<description>This bitter is a joy to behold. Thick creamy with an excelent taste.
		Although the draught is the best you can also buy in cans with a widget which gives
		you that wonderful draught effect in the comfort of your own home.</description>
		<opinions />
	</beer>
	<beer>
		<name>Hoegaarden</name>
		<type>White Beer</type>
		<origin>Belgium</origin>
		<quality>Excelent</quality>
		<rating>10</rating>
		<image>/xml/tutorial/images/hoegaarden.jpg</image>
		<description>This beer is the nectar of the gods. It is slightly sweet and medium
		in alcohol just perfect for a long session. It is still live so while you drink all 
		those little yeast cells are doing you good. I've never had a hangover from drinking 
		this to excess.</description>
		<opinions />
	</beer>
	<beer>
		<name>Kronenbourg</name>
		<type>Lager</type>
		<origin>France</origin>
		<quality>Good</quality>
		<rating>8</rating>
		<image>/xml/tutorial/images/kronenbourg.jpg</image>
		<description>This beer isn't so bad to drink. It is similar to Stella Artois and as
		strong. But boy do you suffer the next day.</description>
		<opinions />
	</beer>
	<beer>
		<name>Newcastle Brown Ale</name>
		<type>Brown Ale</type>
		<origin>England</origin>
		<quality>Good</quality>
		<rating>9</rating>
		<image>/xml/tutorial/images/newcastle.gif</image>
		<description>This brilliant brown ale must be tried to be believed. It is brewed to
		be drunk fast and slips down the gullet as easy as a slippy thing. As can be witnessed
		any Saturday night out on the town in Newcastle.</description>
		<opinions />
	</beer>
	<beer>
		<name>Theakstons Old Peculiar</name>
		<type>Brown Ale</type>
		<origin>England</origin>
		<quality>Good</quality>
		<rating>9</rating>
		<image>/xml/tutorial/images/theakstons.jpg</image>
		<description>This stuff knocks your socks off. I wouldn't recomend more than 3 pints 
		maximum.</description>
		<opinions />
	</beer>
</beers>
