Note:
1 Right-click the data template panel and select Edit root transformation.
2 $hello="Hello";
$world="World";
text() concat($hello, ' ', $world)To be able to use $hello and $world in this rule, you must define them as root transformation parameters:
$hello $world
| OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |