Hi there,
I am calling a PHP from my XSL stylesheet e,g:
<xsl:value-of select="php:function('getFileTypes', . )" />
However, the node being passed is always passed as an array with a length of one to the PHP function. Is it not possible to pass DOMElement's/Nodes to a function?
Thanks
I am calling a PHP from my XSL stylesheet e,g:
<xsl:value-of select="php:function('getFileTypes', . )" />
However, the node being passed is always passed as an array with a length of one to the PHP function. Is it not possible to pass DOMElement's/Nodes to a function?
Thanks