carsten schlichting: XSL funktioniert lokal nicht auf allen Browsern

Beitrag lesen

Hi

ok

hier das minimalBsp.:

XSL:

<?xml version="1.0" encoding="UTF-8" ?>  
  
<xsl:stylesheet version="1.0"  
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform">  
	<xsl:output encoding="utf-8" indent="yes" media-type="text/html"  
		method="xml" doctype-public='-//W3C//DTD XHTML 1.0 Transitional//EN'  
		omit-xml-declaration="no"  
		doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"  
		version="1.0"></xsl:output>  
	<!--body_div--><xsl:template match="/root/HTML_body"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />	  
<meta http-equiv="imagetoolbar" content="no" />  
<meta http-equiv="imagetoolbar" content="false" />  
<meta http-equiv="cache-control" content="cache" />  
  
<link rel="shortcut icon" type="image/x-icon" href="favicon16.ico" />  
<link type="text/css" rel="stylesheet" href="stylesheets_immer.css" />  
  
	</head><html>  
	  
	<body><div id="div_body" style="display:block;position:fixed;left:0px;top:0px;width: 100%;height: 100%;background-color:#565656;overflow:auto;">  
	  
  
	  
	</div></body>  
			  
			  
</html>  
		</xsl:template>  
		  
		  
	</xsl:stylesheet>

XML:

<?xml version="1.0" encoding="UTF-8"?>  
<?xml-stylesheet type="text/xsl" href="plus_pol.xsl"?>  
  
  
<root>  
	<HTML_body >  
  
  
	</HTML_body></root>

CSS:

html, body 			  
{  
overflow:hidden;  
margin: 0;  
padding: 0;  
background-color:#ffffff;  
}

also wie gesagt..funktioniert im IE und im opera aber leider so nicht im Firefox und safari

großes ?

Danke schon einmal.

carsten