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?