Caching XML on the client and paging it

webmasterbeta

New Member
Hi,I'm developing an app that grabs news from some web site and then transformthem to HTML using a custom XSL file.Most of the time these news are more than 50, so I want to display only 10news for page and then have some buttons called "previous 10" and "next 10"so I can navigate thru these pages.Does anybody has any idea of how can this be done?Note: I don't want to hit the web server news each time I click the navigationbuttons; I want to have all the news on the client side stored somewhere.
 
Back
Top