Custom XSL

Previous Next

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:

1.Choose Define, Custom XSL from the main menu.
The Custom XSL info window opens.
2.Specify a name for the custom XSL.
This name will be used to identify the transformation when you call it as added XSL, and when you define a task step calling the "Apply custom XSL" action.
3.In the Document text editor, write the XSL transformation. Save work.

 

See Also

Added XSL

Apply custom XSL