> its something to do with the php/xml in the phpsqlsearch_genxml.php file. > if the sql query is successful no xml gets output.
I wouldn't say that. You can test it by pasting a sample URL into your browser's address bar http://www.testcentresearch.co.uk/phpsqlsearch_genxml.php?lat=54.876607&lng=-4.526367&radius=100000&sel=ALL IE displays XML. FF doesn't - but if you use 'view source' you can see that XML is being delivered to the browser. It's the parsing that is the problem, note that your code has no error detection or reporting (it's taken from an example, which isn't a complete finished application). I still think it is as simple as a blank line in front of the <?xml -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
