I'm not sure I understand your querstion, but I assume you want to see some sort of paging through the query results. E.g. that you can get results 1 to 10, then results 11 to 20, and so on. Is that right?

This is something that your application has to take care of. you will have to execute the query again for each result 'page' and then skip to the desired results.

If this is not what your question was about, please provide a more detailed example.

regards
 marcel


Yao Harrison wrote:
Hi List :

There is a node sets that query returned and listed below :
  node 1 , node 2, node .............. node 50

well, I need a query on the jcr with the same filter rules on nodes ,
but only a part of the all nodes will be returned on each time , and
not for the sub list on the all nodes returned .

So,how can I got the required result on xpath query String ?


Reply via email to