Hi, I have a form design that contains 2 subforms, SF and SF2. Can I
specify the order of subform placement ina 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: Data1
Data2 Data3
Data4I get SF1, SF1, SF2, SF2 rendered.