On Feb 5, 1:48 pm, brian <[email protected]> wrote: > > When I uploaded the files I did change some of the folder names and > update the links etc maybe I lost a html link but I have looked > through the api code and can't see where I might have a missed link. > > Any suggestions as to why my map is not getting the info from the > database would be most appreciated.
Have a look at the output from http://www.urbanbees.co.uk/maps/phpsqlajax_genxml3.php Firefox doesn't cope with it at all, I had to resort to opening that URL in Notepad. There are problems with the <?xml?> preamble: it's not the very first thing in the output, there is whitespace before it -- that's what Firefox objects to; and there is some extraneous character after it and before the <markers> element. And, indeed, after </markers>. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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-api?hl=en.
