php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8586 msgtype: error
Submitted: 2001-01-08 03:50 UTC Modified: 2001-01-17 09:17 UTC
From: przem at sprintnet dot pl Assigned:
Status: Closed Package: Sablotron XSL
PHP Version: 4.0.4 OS: Linux 2.2.16 i586 Apache 1.3.14
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
40 + 4 = ?
Subscribe to this entry?

 
 [2001-01-08 03:50 UTC] przem at sprintnet dot pl
I've tried to test the example given in manual on xslt_process function, but the following error occurs:

Fatal error: msgtype: error in /usr/local/apache/apache-dev/htdocs/xmltest.php on line 42

it's the line with:
xslt_process($xslData, $xmlData, $result)

modules:
'./configure' '--prefix=/www/apache-dev' '--without-mysql' '--with-gd' '--with-zlib' '--with-apxs=/www/apache-dev/bin/apxs' '--disable-debug' '--enable-wddx' '--enable-xml' '--with-config-file-path=/www/apache-dev/conf' '--enable-memory-limit' '--with-pgsql=/www/pgsql71/' '--enable-track-vars' '--without-imap' '--with-dom' '--with-sablot'

php.ini - none (default settings)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-17 09:17 UTC] sterling@php.net
Fixed in CVS (the msgtype: error indicates invalid xsl or xml, causing an error to be output, no sablotron correctly displays the message).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 18:01:30 2024 UTC