Hi ,
I have a custom xml which i bind to a template . it has several repeats .
xml looks like
- Code: Select all
<Operations><Operation>
<Name></Name>
<Description></Description>
<Messages>
<Message>
<Role></Role>
<Name></Name>
<Description></Description>
</Message>
<Message>
<Role></Role>
<Name></Name>
<Description></Description>
</Message>
</Messages>
<name></name>
</Operation>
<Operation> ..
</Operations>
Here Operation is repeat binded to table each contains message information ,
There is another table named messages , and i would like to repeat that for each occurrence of Message in ...