php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7587 xslt_run not working
Submitted: 2000-11-02 06:08 UTC Modified: 2000-12-07 12:02 UTC
From: andrew at vohm dot com Assigned:
Status: Closed Package: Sablotron XSL
PHP Version: 4.0.3pl1 OS: Windows 2000 Pro
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: andrew at vohm dot com
New email:
PHP Version: OS:

 

 [2000-11-02 06:08 UTC] andrew at vohm dot com
The following code works from a command line but via server produces the outputs below:

$xslt = xslt_create();

xslt_run($xslt, "test.xsl", "test.xml");

echo xslt_fetch_result($xslt);

xslt_free($xslt);



Run with ISAPI module:

A Serious Error has occurred, sending all relevant information msgtype: errory code: 3?? module: Sablotron msgday: cannot open file 'C:/WINNT/system32/test.xsl's
Fatal error: in C:\Htdocs\Public_html\Dev\XML\test.php on line 5

Warning: Unknown list entry type in request shutdown (11963989) in C:\Htdocs\Public_html\Dev\XML\test.php on line 0

Run with CGI version:

A Serious Error has occurred, sending all relevant information msgtype: error code: 3?Q module: Sablotron msg: cannot open file 'C:/Htdocs/Public_html/test.xsl'
Fatal error: in C:\Htdocs\Public_html\Dev\XML\test.php4 on line 5

Warning: Unknown list entry type in request shutdown (5321039) in C:\Htdocs\Public_html\Dev\XML\test.php4 on line 0


I've no other extensions enabled, except sablot which is kept in C:\Program Files\Php\Extensions

Relevant DLLs (sablot.dll, xmlparse.dll and xmltok.dll) in C:\WINNT\System32

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-05 11:54 UTC] sterling@php.net
Can you try providing the absolute path to the XSL file and XML file and let me know what happens?

Thanks!
 [2000-12-07 12:02 UTC] sniper@php.net
No feedback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 22:01:26 2024 UTC