It is possible to create custom functions using .NET 4.5 XSLT processor ?
All I could do is to create templates and call them by sending parameters.
There is a work-around or something ? or should I simple go to 2.0 ?
Something like this:
<xsl:function name="name">
... my function
</xsl:function>
Thanks!