When the f:apply2 function in func-apply2.xsl calls the function that is to be applied, it doesn't use the f:FXSL namespace, so the call doesn't work. The code should be changed to
<xsl:apply-templates select="$pFunc" mode="f:FXSL">
Log in to post a comment.