php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35562 XsltProcessor does not resolve the registered wrappers correct
Submitted: 2005-12-06 00:14 UTC Modified: 2005-12-06 08:54 UTC
From: markus at emedia-solutions-wolf dot de Assigned:
Status: Closed Package: XSLT related
PHP Version: 5.0.5 OS: Debian Linux
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: markus at emedia-solutions-wolf dot de
New email:
PHP Version: OS:

 

 [2005-12-06 00:14 UTC] markus at emedia-solutions-wolf dot de
Description:
------------
I've registered a stream wrapper using stream_wrapper_register and want to have the XsltProcessor resolve this, but all I get is this error:
 I/O warning : failed to load external entity "cocoon://abs-menulinks"

When I call fopen on the scheme it works quite well.

Reproduce code:
---------------
Use the forrest xsl files with a custom registered wrapper.

Expected result:
----------------
I want to have my scheme wrapper executed. ;)

Actual result:
--------------
I/O warning : failed to load external entity "cocoon://abs-menulinks"

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-06 00:15 UTC] markus at emedia-solutions-wolf dot de
Just corrected the PHP5 version to the latest one in Ubuntu.
 [2005-12-06 01:35 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip


 [2005-12-06 07:44 UTC] chregu@php.net
And please provide a short, reproducable and self-containing 
script (I'm not going to download forrest...)
 [2005-12-06 08:54 UTC] markus at emedia-solutions-wolf dot de
While writing an example it turned out that it does work...
I'm sorry for inconvenience and thanks for your help anyway.
Currently I'm not sure what I've done wrong, since I did not really change my code.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 04:01:33 2024 UTC