Custom XSL |
A custom XSL is a document that contains an XSLT transformation and that you want to register, and presumably use, in Delivery Manager. You can apply a custom XSL transformation to the output of an action that has an added XSL feature. To call the XSL transformation in other places, or if you want more control over where the input for the transformation is taken from and where it is output to, you can call the "Apply custom XSL" action and refer to the custom XSL as a parameter. In a custom XSL, you can include placeholders for source variables which Delivery Manager automatically replaces when the XSL is applied. Include such placeholders by using this syntax : ${myvariable}
To define a custom XSL:
See Also |