You are not sending out the correct http headers with your XML. You're sending Content-type: text/html
while it should be Content-type: text/xml There is also some whitespace before your XML output starts, which may or may not affect the rendering as XML. IE doesn't seem to care. -- Marcelo - http://maps.forum.nu -- On Dec 17, 2:25 am, iammatthew2 <[email protected]> wrote: > Hi there, > > I used this tutorial to create a store > locator:http://code.google.com/apis/maps/articles/phpsqlsearch.html > > Here is the map I put > together:http://matthew.villeneuve.us/test2/example/5-phpsqlsearch_map.html > > Everything seems to work fine with IE, but no results show up when > searching with Firefox or Chrome. > > For example searches try entering a San Francisco zip code, such as > 94118. > > Any recommended fixes? -- 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.
