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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: przem at sprintnet dot pl
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 06:01:30 2024 UTC