- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
hello everyone, I have this problem:
I have three subform (sub1, sub2, sub3), each subform contains 2 items (textfield and date)
each subform must have the same binding to xml node
This is because I need output in a xml file with this structure
<AAA>
<BBB>
<INPUT> DdEEEEEEddddddddddddd </ INPUT>
<DATE> 2009-07-04 </ DATE>
</ BBB>
<BBB>
<INPUT> DddddEEEEddddd </ INPUT>
<DATE> 2009-07-04 </ DATE>
</ BBB>
<BBB>
<INPUT> Ddddddddddddddddddddd </ INPUT>
<DATE> 2009-07-04 </ DATE>
</ BBB>
</ AAA>
HOW CAN I DO?
Views
Replies
0 Likes
Total Likes