I have started to implement the business edition of Google's custom search, parsing returned XML to create my search results.

I am having some difficulty with the next and previous page URLs. They are returned from Google as "/custom?q=mail&hl...". Looking in the documentation there seems to be no way to change the "/custom" to the name of my search results page, other than maybe doing a replace on the string.

Has anyone been able to do the same thing or is a string replace the only way?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.