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
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: 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

Pull Requests

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: Fri Dec 27 04:01:29 2024 UTC