I’m using Mvp.Xsl.dll implementation of EXSLT. I’m having hard time to create a custom function and call it from XPath. Is this possible? Can you provide one very simple example?
Thanks a lot,
Petr
I’m using Mvp.Xsl.dll implementation of EXSLT. I’m having hard time to create a custom
Share
Exslt.Net doesn’t implement the EXSLT
<func:function>extension element.I would strongly recommend to start using XSLT 2.0 and its
<xsl:function>instruction.