MessageTo browse the items in the document in pages of 100 at a time, you could use (for the second page) the XPath
/mydoc/myitem[position() >= 101 and position() < 200] To answer questions like these, one need only refer to the XPath spec http://www.w3.org/TR/xpath Jeff ----- Original Message ----- From: Guy De Schepper To: 'Jeff Greif' ; [email protected] Sent: Tuesday, June 18, 2002 11:37 PM Subject: RE: nr of results && starting position ok, this query will indeed do the job for this example, but what about large documents / collections ? let's say the document contains 10000 items and I want to display them with 100 at a time. for each page (which will contain 100 items) I have to launch 100 queries !
