On Nov 26, 3:48 pm, Schall <[EMAIL PROTECTED]> wrote: > Hi, > > Small problem, big headache withhttp://www.globespots.com/test.php > > I'm generating markers from database trough an XML file - similar to > the Google Map tutorial. They show up fine in IE, but nothing in FF. > > I have put alert boxes, which shows that the XML is generated fine in > both cases, but in FF the markers array is not created (markers.length > = 0).
Besides the empty line, you also have to fix the MIME type of your XML file. Larry's server sends it with the correct MIME type text/xml, your server sends it with text/html, which is wrong. GE --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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 -~----------~----~----~----~------~----~------~--~---
