On Mar 13, 7:46 am, Carmelo <[email protected]> wrote: > So there no way to fix this problem? >
Fix the problem by fixing the XML. Have a look at http://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.tipicipuglia.it%2Fmappe%2Folio%2Fphpsqlajax_genxml.php It would be easier if you added \n to the end of each line of your output in the PHP script: that would put each marker on a separate line in the output which might make finding the fault easier. Although you have encoded entities like &#39; in your XML output you need to include high-end characters like à (&#224;) as well. 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 -~----------~----~----~----~------~----~------~--~---
