• Mandatory – exactly one value is present.
• Optional – a value may or may not be present.
• Repeatable – zero to N values are present.
text() /data/message/node
/data/message/node text() .
• No repeater in rule – empty string in output.
• Repeater in rule – runtime error "Received 0 values, expected 1".If the expected occurrence is Repeatable the transformation rule must include a repeater (Repeater in rule), and you typically use a Repeater and a Substitution in the layout.
1 No repeater in rule and a Substitution in the layout. If there is no value in the input data, there will be an empty string in the output.
2 Repeater in rule and a Repeater/condition and Substitution in the layout. If there is no value in the input data, the entire Repeater content will disappear and the Substitution will not be evaluated.
| OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |