Choose node
When you are working in the TrueSight Orchestration Development Studio XSLT transform editor, the Choose node can be used to execute a conditional set of nodes.
The Choose node is used in conjunction with one or more When nodes and no more than one Otherwise node. These nodes are children of the Choose. The When nodes are applied in sequence using a match first method. The first When node that evaluates to a true case will be executed. If no When nodes evaluate to true, the Otherwise node executes. If no Otherwise has been defined, nothing executes. This feature marks any available nodes to be added as child nodes. When and Otherwise nodes are available. Check the child nodes and click OK. The selected nodes are placed as children. When adding a Choose node to the Stylesheet Canvas, the Add Nodes to Selection window displays.
The Property Panel configuration for each of the child nodes added with the Add Nodes to Selection window must be completed individually.
There are no properties associated with the Choose node.
Related topic