Is it possible to create custom functions using .NET 4.5 XSLT processors?
All I could do was create a template and send the parameter to call them.
Is there a work or something around? Or should I go to Simple 2.0?
Something like this:
& lt; Xsl: function name = "name" & gt; ... my functions & lt; / Xsl: function & gt;
Thanks!
xls: function
is an xls 2.0 feature inbuilt. NET XSL Processing No 2.0 (This W3C XSL Transformation (XSLT) version 1.0 is recommended).
You can use script blocks (by), and you can use external objects (through the way) to reveal methods or you can use a different (2.0) XSLT processor; It is possible.
Comments
Post a Comment