chris wrote: > > Anyone have a quick answer as to why it works with an xml file but not > the php, what am I missing?
You're missing a link (that is, you haven't posted any) I would guess that your PHP script is not encoding something correctly, so when the browser gets its output directly, it can't be interpreted. When the XML file is created, that encoding is done in the output processing and the XML data can be interpreted by the browser. Without actually being able to see what's happening though, it's not really possible to be certain. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
