Hallo Uwe,
»»Was besagt diese Fehlermeldung
der Quelltext sieht wie folgt aus:
<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1" />
<title>IbS Bochum</title>
<link rel="stylesheet" type="text/css" href="../../../layout/blau.css"/>
</head>
<body>
<div id="col2news">
<pre>
<xsl:template match="/">
<xsl:apply-templates select="document('News.xml')//Nachricht"/>
</xsl:template>
<xsl:template match="Text">
<p>xsl:apply-templates/</p>
</xsl:template>
<xsl:template match="Absatz">
<br/>
</xsl:template>
</pre>
</div>
</body>
</html>
</xsl:template>
</xsl:stylesheet>