Hi,

Thank you for that...yes it was that line that made the map not load.
It should be: {var xml = GXml.parse(data)});

Hmmm...next challenge is that FF complaints on:
var markers = xml.documentElement.getElementsByTagName("marker");
and says that "XML is not defined". I reverified that the XML is
printed as it should and it is ok.

Do you (or anybody else) have a suggestion?

/Nimrod

On May 14, 10:17 am, ProbablyMike <[email protected]> wrote:
> I get an error on line 21 in Firefox:
> syntax error:
>  function(data) { var xml = GXml.parse(data);)
>
> You are also missing a } from that line, (i think) it should be:
>  function(data)  { var xml = GXml.parse(data)};)
>
> It then errors the "initialize is not defined" but that is probably
> caused by the 1st error.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to