Hallo Thomas,
danke erstmal für deine Antworten.
libxslt 1.1.15, denke ich.
Dann/damit liegt es am Prozessor.
Wie könnte ich das durch einen anderen schicken? phpinfo für PHP4 listet neben libxslt 1.1.15 auch Sablotron 1.0.1 auf.
Bisher habe ich diesen PHP-Schipsel im Quelltext:
$rdf = new DOMDocument;
$rdf->load('foo.rdf');
$xsl = new DOMDocument;
$xsl->load('foo.xsl');
$proc = new XSLTProcessor;
$proc->importStyleSheet($xsl);
echo $proc->transformToXML($rdf);
See ya up the road,
Gunnar
--
“Remember, in the end, nobody wins unless everybody wins.” (Bruce Springsteen)
“Remember, in the end, nobody wins unless everybody wins.” (Bruce Springsteen)