Hi, I've found LOADS of post that expose this problem, btw, no fixes found.. neither in the net..
1) Already tried to reinstall the msxml, 2) Already tried to change the header content type to text/xml 3) Inserted the doctype after the <?xml version bla bla bla> 4) checked syntax for the javascript 5) checked the xml doc with the w3c xml validator anyway, can't expose the website to the net but i can give u the xml file produced by the buildXmlGeo.php page.. http://velv3.altervista.org/buildXmlGeoxml.xml and the code that "eat" the xml ************************************************************************* GDownloadUrl("buildXmlGeo.php", function(data) { var xml = GXml.parse(data); var markers = xml.documentElement.getElementsByTagName("marker"); var progBaloon = 0; for (var i = 0; i < markers.length; i++) { var idCampione = markers[i].getAttribute("idCampione"); var lat = parseFloat(markers[i].getAttribute("lat")); var long = parseFloat(markers[i].getAttribute("long")); var ragioneSociale = markers[i].getAttribute("ragioneSociale"); var indirizzo = markers[i].getAttribute("indirizzo"); var citta = markers[i].getAttribute("citta"); var cap = markers[i].getAttribute("cap"); ************************************************************************* note that all of this, works perfectly in Firefox.. :\ any help will be really appreciated.. Luca -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to google-maps-...@googlegroups.com. To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.