Is it possible to pass a complex type, such as a System.Collections.List, as parameter in a call from custom xslt to external assembly? Or maybe just pass a nodeset? At this point i'm only able to use simple data types :/
Is it maybe possible to use inline C# function from within the custom xslt to achieve this?