Thank you so much!! The application is running very good! I test on firefox and safari, and there is no problem. But on ie7 i have a little problem. When i enter adress on the city of orleans there is no problem on ie7 too. But when i enter adress on the city of tours there is a problem on ie7 .I don't known why. May be because the 4 address of the city of tours are very nearly? Please, i need your help.
On Jan 14, 1:17 pm, Mike Williams <[email protected]> wrote: > Your XML contains syntax errors. A single syntax error in an XML file > causes the whole file to be rejected. > > Your <marker/> tags should end with "/>" not just ">". > > Try changing > echo ">\n"; > to > echo "\>\n"; > or > echo "\\>\n"; > [I don't really do PHP, so I don't know if it needs double backslashes.] > > Hint: You can test your XML generator script on its own by pointing your > browser directly at > > http://gbsolutionsinc.net/ProjetMap/phpsqlsearchgen.php?lat=47.390294... > g=0.6888514&radius=25 > > There's no point tryinghttp://gbsolutionsinc.net/ProjetMap/locator.php > until the XML server is producing usable data. > > --http://econym.org.uk/gmap > The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
