1

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

adamjr
  • 11
  • 3

2 Answers2

1

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...

Julien Genestoux
  • 31,046
  • 20
  • 66
  • 93
1

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.

Community
  • 1
  • 1
blackbox
  • 671
  • 6
  • 18