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.3902942&ln
g=0.6888514&radius=25
There's no point trying http://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
-~----------~----~----~----~------~----~------~--~---