Home » XML » XML_XSLT_Wrapper » Bug #196
handles used in XSLT_ext.php are incorrect
Details
| Submitted | 2003-11-05 00:19 UTC |
|---|---|
| From | jpatrin at pnicorp dot com |
| Assigned | arnaud |
| Status | Closed |
| Package | XML_XSLT_Wrapper |
| PHP Version | 4.3.2 |
| OS | Windows |
| 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/