There is Issue while using nested (xf:repeat) with 2 different instances.
<xf:repeat nodeset="instance('roomdetails-instance')/rooms/room/" id="room">
<xf:repeat nodeset="instance('tapechart-instance')/bookings/booking/" id="book">
<xf:output ref="roomNo"/> //This is from first instance
<xf:output ref="name"/> //This is form second instance
</xf:repeat>
</xf:repeat>
The second instance is working fine but and the first instance is not print anything
I am stuck here from last 2 days. please provide me the solution.
Thanks in advance