Posted by man.stick on 09/29/08 11:51
So I'm using the xsltProcessor class in PHP5, and I'm looking for a way
to set the base directory for included XSLT files. This used to be
xslt_set_base() but clearly that's not an option any more.
I've tried using xsltProcessor::setParameter() but while it works (ie.
the param is available in the XSLT) I don't know how to use this in the
<xsl:include...> tag.
Any suggestions gratefully received.
Stickman
Navigation:
[Reply to this message]
|