Hello,
what does it mean:
Warning: msgtype: warning in x:/www/temp/max.php on line 5
Fatal error: msgtype: error in x:/www/temp/max.php on line 5
in max.php script:
<?php
$xmlData = join ('', file ('atomic.xml'));
$xslData = join ('', file ('atomic.xsl'));
xslt_process($xslData, $xmlData, $result);
print($result);
?>
It runs on win98+Sablotron0.5+Apache1.13+PHP 4.0.4
�tomic.xml and atomic.xsl are well-formed.
Sablotron module looks throw phpinfo() function.
Thanks,
Sincerely,
Maxim Boukorov,
[EMAIL PROTECTED]