Transform XML

Activity

The Transform XML activity allows you to transform an input XML document into the output specified by the given XSLT File shared configuration resource.

Normally, transformation of data occurs by mapping process variables to an activity’s input and applying XPath expressions to perform any transformation. If you have an XSLT file that you are using for transformations, or if an outside source supplies an XSLT file, this activity allows you to use the XSLT file instead of manually creating the mappings.

For more information about creating and editing XSLT files, see the XSLT specification at http://www.w3.org/TR/xslt. For more information about creating an XSLT File shared configuration resource, see XSLT File.

For an example of using the Transform XML activity, see Example of Transforming XML.