PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » XML » XML_XSLT_Wrapper » Bug #196

handles used in XSLT_ext.php are incorrect

Details

Submitted2003-11-05 00:19 UTC
Fromjpatrin at pnicorp dot com
Assignedarnaud
StatusClosed
PackageXML_XSLT_Wrapper
PHP Version4.3.2
OSWindows
Roadmaps(Not assigned)

Comments

[2003-11-05 00:19 UTC] jpatrin at pnicorp dot com

Description:
------------
In the XSLT_ext.php file, the handles to the xsl processor are inconsistent and incorrect.

The variable given at the top of the class is _hXSLT, but the use of it in the class is hXSLT. Also, in the error functions (xslt_error and xslt_errno), the _oXSL variable is used, which is never set. I assume this is a throwback to the DOM_XSL.php file. These should also be _hXSLT.

Reproduce code:
---------------
N/A

Expected result:
----------------
N/A

Actual result:
--------------
N/A

[2004-06-13 14:03 UTC] pierre at dotgeek dot org

s/pajoye/arnaud/