> I think this line causes the issue - > var name = psite[i].childNodes[0].text
umm, well it is that - but nowt to do with semicolons.... .text is IE-specific XML property and fails in Mozilla. See - http://www.hiteshagrawal.com/javascript/javascript-parsing-xml-in-javascript and compare .text and textContent Your best fix is to use the browser-independant methods already supplied in the API, see - http://econym.org.uk/gmap/basic3.htm 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 -~----------~----~----~----~------~----~------~--~---
