You can specify that a transformation extension extends an existing
transform by adding an ExtendTransform element in the manifest of the transformation
extension. The transform that you extend must exist in the target transformation
that you specify in the targetTransformation attribute of the TransformationExtension
element.
You must open the plug-in manifest file of the transformation extension.
The manifest file must contain a TransformationExtension element.
To add an ExtendTransform element to the transformation extension:
- In the manifest editor, on the Extensions tab,
right-click a TransformationExtension element; then click .
- On the Extensions tab, in the Extension
Element Details area, specify values for the following fields:
Note: Typically, you only use the values of the id and name fields
when you debug a transformation extension.
- Click .
The ExtendTransform element is added to the Extensions tab,
in the hierarchy of the TransformationExtension element. You can now add the
rules, extractors, and transforms to the extended transform, and specify the
order in which the elements run.
Note: You can add an ExtendTransform
element by editing the plugin.xml file of the plug-in that contains the transformation
extension. The ExtendTransform element must contain an attribute called targetTransform
and optional attributes called name and id.