Reading more of an RSS Feed with Java

neGorroEbanooto

New Member
I'm writing a little Java application that I want to use to search RSS feeds for news I care about (I don't really care if such an app exists, I'm writing it mostly for learning purposes). I'm currently using the information I found here to make the reader. The code is great and all, but I've run into a problem. The RSS feeds, like for example here: only go for the last few entries, however RSS feeds like Google Reader show the entire history of the RSS feed as far back as I want. How would I go about reading the RSS feed through to more entries?
 
Top