ID: 43454
Updated by: [EMAIL PROTECTED]
Reported By: emmanuel dot de-peretti at cinqas dot fr
-Status: Open
+Status: Feedback
Bug Type: XSLT related
Operating System: windows
PHP Version: 5.2
New Comment:
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves.
A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external
resources such as databases, etc. If the script requires a
database to demonstrate the issue, please make sure it creates
all necessary tables, stored procedures etc.
Please avoid embedding huge scripts into the report.
Previous Comments:
------------------------------------------------------------------------
[2007-11-29 17:18:03] [EMAIL PROTECTED]
Not a php.net website problem, reclassified.
------------------------------------------------------------------------
[2007-11-29 16:52:20] emmanuel dot de-peretti at cinqas dot fr
Description:
------------
Hi,
Since 5.2.x, the commande
setParameter('sablotron','xslt_base_dir',$file) seems doesnt't work if
you have <xsl:include href="<relatif path file>".
In version 5.1.x, this working good.
Do you have an idea about it ?
Excuse me for my english, but french people.
Emmanuel de Peretti
Reproduce code:
---------------
Just make one program using and an xsl that include an other.
and after
$proc = new XsltProcessor();
$proc->setParameter('sablotron','xslt_base_dir',$chemin);
a bug is report only since php 5.2x before, it's good
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=43454&edit=1