Le Fri, Apr 20, 2001 at 07:23:31PM +0400, Bazis [[EMAIL PROTECTED]] a écrit:
> 
> 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
> Atomic.xml and atomic.xsl are well-formed.
> Sablotron module looks throw phpinfo() function.

Have you tried with "sabcmd" ?

The PHP module doesn't seem to be verbose when reporting errors.
When encountering such errors, I run the XSL through sabcmd which gives
me an error message with line number :-)

Dom

-- 
Dominique Rousseau <[EMAIL PROTECTED]>          
Neuronnexion - http://www.neuronnexion.com            

Reply via email to