> As you'll see i've inserted some console.log debug statements - > behaviour is the same with or without them.
Stops your page working in IE6 etc., 'console is undefined' > the raw XMLthat is being loaded can be viewed atwww.rbdb.net/addpoints.xml <marker>UNAME = "Archie" LAT .... </marker> That's valid XML but not what you think it is. <marker> has NO attributes which your script is trying to parse. <marker UNAME = "Archie"> some text </marker> marker now has an attribute called UNAME Not a maps issue, basic XML cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
