<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/css" href="bibliotek.css"?>

<bibliotek> 

	<book> 
		<title>Harry Potter och de vises sten</title> 
		<author>J K. Rowling</author> 
		<year>2001</year> 
		<price>159</price> 
	</book> 

	<book> 
		<title>Harry Potter och fången från Azkaban</title> 
		<author>J K. Rowling</author> 
		<year>2001</year> 
		<price>115</price> 
	</book> 

</bibliotek>
