Bernhard Zwischenbrugger wrote:
> maybe someone finds the solution for this problem.

I figured it out. This works:

$processor = xslt_create();
xslt_run ($processor, $xsl_file, $xml_file, "arg:/_result",
$xslt_params);
$result = xslt_fetch_result ($processor);
xslt_free ($processor);
echo $result;


Antti

Reply via email to