Perhaps whatever's adding the alphagodaddy adverts to all your pages is also clobbering the MIME type.
It's possible to get away with an incorrect MIME type, but it's not possible to get away with XML that has this stuff included in it: </iframe></noscript></object></layer></span></div></table></body></html>< !-- adsok --> <script language='javascript' src='https://a12.alphagodaddy.com/hosting_ads/gd01.js'></script> In a real HTML page, that generates the banner at the top that includes things like "This page is hosted free, courtesy of GoDaddy.com® Copyright © 2009 GoDaddy.com, Inc. All Rights Reserved." In an XML page, it just breaks the syntax. You either need to move your pages to a host that doesn't put adverts in your XML, or switch to a non-XML file format where such adverts don't cause problems. If you output your data as plain text, then you can add a line of code that ignores any line that begins with "<". See: http://econym.org.uk/gmap/basic9.htm -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
