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?