Hello,
Your structure is not very clear to me.
But do remember that FCC has certain limitations when it comes to convert hierarchical xml structure into text.
<MT_Name>
<row1> ---0..Unbounded
<field1>ABC</field1>
<field2>ABC</field2>
.....
</row1>
<row2> ---0..Unbounded
<field11>ABC</field11>
<field22>ABC</field22>
.....
</row2>
</MT_Name>
Thanks
Amit Srivastava