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:
AssemblyName
of the assembly where a class with the Xslt functions can be foundFullClassName
of the classXsltNameSpaceUri
where the Xslt functions found in the provided class will be definedXsltNameSpacePrefix
of 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.