implode("", file("table-source.xml")), '/_xsl' => implode("", file("table-transform.xsl")) ); $result = xslt_process($xh, "arg:/_xml", "arg:/_xsl", null, $arguments); $fp = fopen("table-result.html", "w"); fwrite($fp, $result); ?>