I am developing an application that reads a RSS channel from a website. The problem is that this RSS offers results of football matches on the last weekend, but I am also interested on previous weekends.
Is it possible to request RSS information of previous dates, not only the last one?
Thanks!
Not if the web site does not offer it. An RSS feed is from the clients perspective just a simple XML file, and it is quite likely that what you get from the web site is the only thing they are publishing at the moment.
Your options are to: