IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Defining and transforming data > Transforming data > Transforming data using XML maps
XML mapping examples
By looking at XML mapping examples, learn how to create XML-to-XML maps.
- Example: Move selected elements of input array to output array of the same type
To move selected elements of the input array to an output array of the same type in the XML map editor, select a Move transform between the elements, and then select the required elements in the Cardinality properties page.- Example: Extract a selected element of the input array to a single output
Select an element from an input array, and copy it to a single output element in the XML map editor.- Example: Iteratively move data from an input array to an output array
Iterate over an input array, and for each iteration, move input data into output array type in the XML map editor.- Example: Append the result of two or more input arrays into an output array
You can append two or more input arrays of the same or different types to produce one output array of the same or different type.
Transforming data using XML maps