- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi, I have a form design that contains 2 subforms, SF and SF2. Can I specify the order of subform placement in
a XML data file? For example, if I want to render SF1, SF2, SF2, SF1, can I specify the order in the XML data file? I tried this:
<SF1>
<SF1Data>Data1<SF1Data>
<SF1>
<SF2>
<SF2Data>Data2<SF2Data>
<SF2>
<SF2>
<SF2Data>Data3<SF2Data>
<SF2>
<SF1>
<SF1Data>Data4<SF1Data>
<SF1>
I get SF1, SF1, SF2, SF2 rendered.
Views
Replies
0 Likes
Total Likes