it means You have an error in your xsl. To get the exact error message, just
convert
your xml file in command line (sabcmd xslfile xmlfile)

Cia

-----Message d'origine-----
De : ����� <[EMAIL PROTECTED]>
� : Sablotron Mailing List <[EMAIL PROTECTED]>
Date : vendredi 20 avril 2001 17:39
Objet : [Sab] Error in script?



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]




Reply via email to