|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-11-30 06:44 UTC] chregu@php.net
[2007-12-08 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jan 01 06:00:01 2026 UTC |
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