On May 14, 9:37 pm, charles <[email protected]> wrote: > Okay. So I put the XML file back to how it was *before* i fixed it. > As you can see, IE screams at invalid xml. can you take a look at how > i can escape the invalid characters?
It's objecting to “4 Legged Friends” with curly quotes. They need to encoded as &#147; and &#148; (or &ldquo; and &rdquo; which I prefer). Have a look at the htmlentities function in php. 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 -~----------~----~----~----~------~----~------~--~---
