Avatar

Level 4

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?