<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:imscp="http://www.imsglobal.org/xsd/imscp_v1p1" xmlns="http://www.w3.org/TR/xhtml1/strict">
<xsl:output method="xml" indent="yes" encoding="iso-8859-1"/>

<xsl:template match="/">
		<html>
			<head>
				<title>Schutzwaldsanierung</title>
			</head>
			<body>
				<xsl:apply-templates/>
    			</body>
		</html>
	</xsl:template>
	
	<xsl:template match="imscp:file">
				<a>
					<xsl:attribute name="href">../../frontpage_sws_xml/<xsl:value-of select="@href"/></xsl:attribute>
					Schutzwaldsanierung
				</a>
	</xsl:template>	
</xsl:stylesheet>




