[PHP-DEV] PHP 4.0 Bug #8483: xslt_run results in Fatal error: msgtype: From: anders <email protected>
Date: 12/29/00

From: anders <email protected>
Operating system: Win-NT4
PHP version: 4.0.4
PHP Bug Type: Sablotron XSL
Bug description: xslt_run results in Fatal error: msgtype:

I have the following php-script:

<?php
$parser = xslt_create();
xslt_run($parser,"simple.xsl","simple.xml");
print xslt_fetch_result($parser);
xslt_free($parser);
?>

When I run the script I get the following error message:
" Fatal error: msgtype: error in c:\htdocs\xmltest.php on line 3 "

My configuration is as follows:

WIndows-NT4, SP6
Apache/1.3.14
PHP4.0.4
Sablotron 050
expat 1.95.1

I have also put the result from phpinfo() and my php.ini file on http://www.isazone.com/phpbug/

/Anders Isaksson
anders <email protected>

-- 
Edit Bug report at: http://bugs.php.net/?id=8483&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>