> In my database i have :
>
> name
> Pan Africa Market æ

Can you not see your own XML to see what is happening to your data?
Just post
> and in :http://www.micmus.dk/new_phpsqlajax_genxml.php
in your browser.

It now contains &aelig , so that hasn't been double-encoded and the &
breaks the XML parser.
In the same XML data is
  "Buddha Thai & Bar"
so we know some double encoding is happening.

Earlier on in this thread, Martin pointed out that htmlspecialchars()
does the conversion on SOME characters.  And that htmlentities() does
all the characters.  Now off you go and work out what to try next.

cheers, Ross K

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to