Hi,

Since upgrading from PHP 4.0 to 4.2, I do not manage any longer to pass parameters 
from the PHP script. The XSLT transformations is performed allright, though, but use 
empty string values for the parameters defined in the script.

I tried to kludge by passing parameters in the form of string arguments:
$xslt_args["lang"] = "<a>French</a>" ;
and  <xsl:param name="lang" select="document('arg:/lang0')/a"/>
... but here again I get a 'arg:/lang' not found error

I use Apache 1.3.14 on a W2K machine

Anybody has encountered the same problem?

Ignatius

Reply via email to