Any static method that gets compiled into an assembly can be used as an xslt extension method. Check this reference for more info on how to build and consume xslt extensions. Alternatively, you could use some inline script to call c# functions (not recommended as there seems to be some performance issues)
Can i use umbraco api functions like Member.Getall() like those in xslt?
Hi all,
can any one tell me Can i use umbraco api functions like Member.Getall() like those in xslt?
---vijay.
Any static method that gets compiled into an assembly can be used as an xslt extension method. Check this reference for more info on how to build and consume xslt extensions. Alternatively, you could use some inline script to call c# functions (not recommended as there seems to be some performance issues)
Hope this helps.
Regards,
/Dirk
hi dirk,
Thanks for your reply.
---vijay.
is working on a reply...