folks .. got stuck in the following issue
I have the following data received
<a>

<c1>
<d>One</d>
<d>Two</d>
</c1>
<c2>
</c2>



...

</a>

I am using repeater,r to repeat through [B]

But i face problem when i want to repeat through c1.
I give another repeater with data provider = r.cur'''.c1

but it doesnt repeat, instead it only displays value as One,Two