I'm calling a function:
[line 42] if (xslt_process($xslt, $xml, $result)) {
echo $result;
} else {
echo "There was an error that occurred in the XSL transformation...<br/>";
}
If the XSLT or XML has an error, then a Fatal error is generated that cannot be ignored via the '@' symbol, so the PHP always halts:
Fatal error: XML parser error 2: syntax error in c:\home\mcm\www\html\modules\GadgetPage\ShowRecord.php on line 42
Is this perticular to the Win32 environment, a PHP.INI setting, or a bug?
Any clues whatsoever would be greatly appreciated.
Cheers,
Jason