<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Paging"]]></title>
		<link>http://forum.geonames.org/gforum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "Paging"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Paging</title>
				<description><![CDATA[ I wonder how to solve the following problem: I send a question to the geonames search service, I get back an XML document as I want, but the problem is that the answer contains 1838 possible answers <totalResultsCount> 1838 </ Total Results Count>. Geonames maxRows is 1000. I would like to be able to retrieve 30 rows at a time and then do something like paging. So when I click on "Page 2", the next 30 responses appear, and so on. How can I solve that? I use SimpleXML, programming language is php.]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1679.page#6934</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1679.page#6934</link>
				<pubDate><![CDATA[Wed, 6 Jan 2010 19:58:10]]> GMT</pubDate>
				<author><![CDATA[ maniaBania]]></author>
			</item>
			<item>
				<title>Re:Paging</title>
				<description><![CDATA[ The search service has two parameter for paging:
http://www.geonames.org/export/geonames-search.html

startRow and maxRows.

The maxRows is limited as it makes no sense to download the entire database via the webservice.  The limit is higher for commercial accounts.

Best

Marc]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1679.page#6947</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1679.page#6947</link>
				<pubDate><![CDATA[Fri, 8 Jan 2010 07:55:50]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
	</channel>
</rss>