carsten schlichting: php5 | xsl nicht auf dem server

Beitrag lesen

dies ist der kopf des xsl:

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE xsl:stylesheet SYSTEM "dtd\xsl-10-10_xhtml.dtd">  
  
<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="yes" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" ></xsl:output>

und dies ist der kkopf der xml:

<?xml version="1.0" encoding="UTF-8"?>  
<!DOCTYPE root SYSTEM "dtd\plus-pol-xhtml.dtd">  
  
  
  
<?xml-stylesheet type="text/xsl" href="plus_pol.xsl"?>

??

carsten