- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
When it comes to XML data connection it can be very frustrating in Designer. I have experienced the same. There are few points which might help you.
If you set the binding as normal then it will show an error in the Designer as you have a default data binding and upon submitting those values would not be exported.
If you set the data binding pointing to the node/attribute which you want then it would export all those XML contents that you are embedding in the form instead of field values which are field in the form.
Primarily you have only two options here.
1. Use a sample XML data or XML schema to embed then transform the output XML using XSLT. But you need to have depth understanding of XSLT and the transformation. data mapping etc.
2. You need to get rid of those data binding , embed the XML and read the XML by scripting.
This is not so easy as it seems. Good Luck.
Thanks.
Bibhu.
Views
Replies
Total Likes