Hello All,
Is there a way to get a range of nodes in SAP MII XML using xpath ? For example I have a query with 1000 rows and I want to take a batch of 2 rows and process them using a separate branch until I reach the end of the XML.
I am using a For Next Loop for it & I am using the following XPath based on what I found online. Its still not working. ?
Data.Results{/Rowsets/Rowset//Row[position() >= For_Next_Loop_0.CurrentItem and position() < (For_Next_Loop_0.CurrentItem + 2)]}
Any ideas ?
Thanks,
Kiran