Oops! I see now : I just replace
downloadUrl("phpsqlajax_genxml.php", function(data)
on this page
http://code.google.com/intl/fr-FR/apis/maps/articles/phpsqlajax_v3.html
with this
downloadUrl("my_local_xml_file.xml", function(data)
Cheers,
DaveOn Dec 17, 6:19 pm, DaveGivesPHPaShot <[email protected]> wrote: > Hello, > I want to share my maps with other website owners and am looking for a > way to sidestep the cross-domain restrictions. So I'll provide 3 > components: the hlml page, the javascript, and a static xml file. I am > having trouble with the javascript to download the static xml file. I > saw an example done by a google employee, but can't find it now. Does > anyone have an example of the javascript ? > Thank you, > Dave. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
