Instructions |
|
Apart from the XSLT functions, Process Platform also provides three instructions that enable you to check if the source element exists, copy source node values to the target elements, and create target element based on the number of occurrences of source elements.
The Instructions supported by Cordys, their functionality, and parameters that have to be specified are described in the following table:
Table 1. Instructions
Instruction |
Description |
Parameters |
|
---|---|---|---|
If Exists |
Checks the existence of the source element |
Source Element - Select the source element from the |
|
Copy |
Copies the source element and value to the target element |
Source Element - Select the source element from the Source tree, map it to the parameter on the Copy instruction block, and map the instruction block to the Target element. |
|
Repeat Target | Repeats the target element with the value of the mapped source elements. | Value - Select the source element from the source tree, map it to the parameter on the Repeat Target instruction block, and map the instruction block to the Target element.
|