Hello out there!
Leider erhalte ich beim Aufruf der Datei folgende Fehlermeldung:
"Fatal error: Cannot instantiate non-existent class: domdocument"
Der Code ist PHP 5.
In PHP 4 geht’s so:
$xslt = xslt_create();
$xml = 'test.xml';
$xsl = 'style.xsl';
$result = xslt_process($xslt, $xml, $xsl);
xslt_free($xslt);
echo $result;
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)