Hey, I'm messing with a program that makes use of RSS-feeds containing information regarding patent applications - an example is later on in this post. However, I got an important issue. One is only able to see 500 patent applications at a time so in order to get all the different patent applications I've made use of the parameter "START" which I've inserted into the URL. It seems as if the START parameter only is able to accept values up to and including 10.000. Can anyone help me pass this limit?

Try look at the following example:
(Ignore the long loading times)

Here's a search for american patent applications in 1998 starting with nr. 500 (random number): http://www.wipo.int/pctdb/en/rss.jsp...%29+&START=500 . It works great.

Here's a search for american patent applications in 1998 starting with nr. 10001: http://www.wipo.int/pctdb/en/rss.jsp...9+&START=10001 . It gives me an error, which I unfortunately cannot copy/paste since it's in danish :P But it will be in english for you on the website.

Regards
Soul