Doug Black
Posts: 0
Joined: Wed Aug 14, 2013 11:36 am

Limit XML Items Returned

I created a service to get an RSS feed in XML format. I want to limit the responses in two ways:

1) I want to first return the top 10 results, then
2) If you click more, return results 11-20, then 21-30, etc.

How do I go about doing this in the service?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Limit XML Items Returned

The service you are using has to support this. Here is an example/tutorial: http://docs.appery.io/tutorials/build...

Return to “Issues”