
187
Switch nodes
Switch nodes make decisions.
Structure:
<
type
-switch field=
var
>
<
type condition1
="
value1
">
action1
</
type
>
<
type condition2
="
value2
">
action2
</
type
>
<not-present>
action3
<otherwise>
action4
</otherwise>
</
type
-switch>
Comentários a estes Manuais