Written by
Peter Gregory
For umbraco versions:
Not Version relatedXSLT Example
Learn how extend XSLT with your own custom C# or JavaScript functions
Often you need to perform tasks on data with Umbraco that standard XSLT cant achieve but you don't want to or need to build a custom user control to achieve it.
Luckily XSLT can be extended using C# or JavaScript very easily.
In this book we will look at a very simple example of how to extend XSLT using either C Sharp or JavaScript.