irgendwie ist das Root-Element <
html> vergessen gegangen... nachdem ich dies im XSL eingefügt habe, hat auch Firefox die Seite korrekt dargestellt....
Code:
<?
xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="links">
[color=#ff001f] <
html>[/color]
<head>
<meta http-equiv="Content-Type" content="text/
html; charset=iso-8859-1" />
<title>Ausgewählte Links</title>
<link rel="stylesheet" type="text/css" href="/css/stylesheet.css" />
</head>
...
<td class="left"><ADDRESS>Apache/1.3.33 Server at [
url]www.michael-puff.de[/
url] Port 80</ADDRESS>
</td><td class="right">Copyright © 2003 - 2006 [
url="/impressum.php"]Michael Puff[/
url]</td> </tr>
</table>
</div>
</body>
[color=#ff001f] </
html>[/color]
</xsl:template>
...