The simplest way to create a data template is to copy the Message structure and then define the data transformation for the data template (see Data transformations).Note that Message structure is rarely suitable for direct presentation. In such cases it is beneficial to rearrange the data template to better fit the presentation needs (see Rearranging a data template). If you have to rearrange the data template it is better to do this before you define the data transformation.message
field1
field2
field3<data>
<message>
<field1>SampleData</field1>
<field2>SampleData</field2>
<field3>SampleData</field3>
</message>
</data>
1
2
| OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |