> $xsl_handle = fopen($xsl_file, "r") or die("Can't open
> XSL file!");
The difference is:
we didn't open the files. We gave the filename to the
function as argument - not the file-handle.

Reply via email to