Hi,
That means _anything_ went wrong during the Transformation ;-)
Have a look at: http://www.gingerall.com/archives/sablot/msg00164.html
Somebody had a similar problem, perhaps your also using the wrong
namespace!
-- regenfeld
----- Original Message -----
From: "�����" <[EMAIL PROTECTED]>
To: "Sablotron Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, April 20, 2001 5:23 PM
Subject: [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]
>
>