Xslt functions can now be registered directly in the model by creating a node under the Xslt Function Collections category.
Here you have to enter:
AssemblyNameof the assembly where a class with the Xslt functions can be foundFullClassNameof the classXsltNameSpaceUriwhere the Xslt functions found in the provided class will be definedXsltNameSpacePrefixof the imported functions used in the xpath
There is no special interface your class have to implement. Origam will use all public methods of the class in XSLT transformations and Path expressions.
