ID: 8385
Updated by: sterling
Reported By: [EMAIL PROTECTED]
Old-Status: Analyzed
Status: Closed
Bug Type: Sablotron XSL
Assigned To: 
Comments:

Fixed in CVS

Previous Comments:
---------------------------------------------------------------------------

[2001-01-01 22:46:17] [EMAIL PROTECTED]
This is due to messed up standard error reporting that will be fixed in CVS.

For more descriptive errors try the following:

function xsl_error($parser, $code, $level, $errors)
{
   echo "$parser [$code]: $level, ";
   var_dump($errors);
}

xslt_set_error_handler($temp, "xsl_error");

To find out what's really wrong (an error in your XML or XSL most likely).

---------------------------------------------------------------------------

[2000-12-22 18:16:55] [EMAIL PROTECTED]

I compiled PHP 4.0.4 with the following ./configure line:

./configure --prefix=/usr --with-zlib --with-fribidi --with-sablot 
--with-xml=../expat-1.95.1/

With the latest Sablot(0.50 to this date).

I ran a test code:

<?php
$temp=xslt_create();
xslt_run($temp, "idan.xsl", "idan.xml");


?>


PHP returned the following error:

Fatal error: msgtype: error in /usr/var/www/sab.php on line 3

---------------------------------------------------------------------------


Full Bug description available at: http://bugs.php.net/?id=8385


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to