<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml">
	<xsl:output method="xml" version="1.0" encoding="UTF-8" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" indent="yes"/>
	<xsl:template match="/">
		<html xmlns="http://www.w3.org/1999/xhtml">
			<head>
				<title>Kirjasto</title>
				<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
			</head>
			<body>
				<h2>Kirjasto</h2>
			</body>
		</html>
	</xsl:template>
	<xsl:template match="kirja">
		<p>
				Nimi: 
			<br/>
				Vuosi: 
			<br/>
				Tekijät: 
			<br/>
				ISBN: 
		</p>
	</xsl:template>
	<xsl:template match="tekija">
	
	</xsl:template>
</xsl:stylesheet>
