Reputation: 11
is there any way to view some site rss.xml like wordpress feed (feed/?paged=2
)
example : http://somesite.com/rss.xml
and i need to see http://somesite.com/rss.xml
Page 2 , Page 3 and so on
i have try different ways like http://somesite.com/rss.xml?page=2
and etc but no luck
Upvotes: 1
Views: 1864
Reputation: 671
The situation has changed it seems. There is now a standard sor ATOM feeds here, and as an RFC.
Also, see this question and answers.
Upvotes: 1
Reputation: 33052
There is no standard for pagination of RSS feeds and most publishers will actually not have any pagination scheme for this. You're out of luck...
Upvotes: 1