$xml); $xh = xslt_create(); $result = xslt_process($xh, 'arg:/_xml', "to.xsl", NULL, $arguments); xslt_free($xh); print $result; ?>