For Each node
When you are working in the TrueSight Orchestration Development Studio XSLT transform editor, the For Each node can be used to contain a node or series of nodes to be executed against a specified node set.
The nodes to be executed are placed as children to the For Each node. Each child node of the For Each is performed on each matching segment.
The following table lists the For Each node properties.
Field | Description | Required |
---|---|---|
Select | The XPath expression used to define the node set. | Yes |
XPath Helpers (Groups / Functions) | The XPath helpers, Groups and Functions are used to facilitate the formation of basic XPath statements. | NA |
When adding a For Each node to the Stylesheet Canvas, the Add Nodes to Selection window is displayed.
This feature allows you to mark any available nodes to be added as child nodes. Sort, Apply Templates and Call Template nodes are available. Check the child nodes and click OK. The selected nodes are placed as children.
The Property Panel configuration for each of the child nodes added with the Add Nodes to Selection window must be completed individually.
Related topic