- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Add data like you have defined your XML:
xtk.session.Write(
<exampleEvent xtkschema = "exp:exampleEvent" _operation = "insert">
< subExamples deliveryTitle = {deliveryTitle}/>
</exampleEvent> );
Thanks.