On Jan 3, 12:21 pm, Yash Kothari <[email protected]> wrote: > Hello, > I've seen various topics about this same issue and i tried following the > instructions shown in them but i have been able to solve my problem. > > I have a php script that is generating xml and i want to feed this xml data > into google maps. > Similar to the example > here:http://code.google.com/apis/maps/articles/phpsqlajax_v3.html#outputxml > also i'm trying to add the sidebar funtionality to it as displayed > here:http://www.geocodezip.com/v3_MW_example_map2.html > > I have got this to work with a direct xml file but am unable to do it with a > php generated xml. > > I'm trying to do this on my local machine with XAMPP software and i dont > have a website so i'll have to paste the code in this post. > The xml is being fed back to the page, but there are no markers or any > errors so i dont know what to go further on. > Image link to show that xml is being generated:http://i.imgur.com/4V6sf.png > No thanks. Please provide a public link if you want help.
Suggestion, try pointing your browser at the script that is generating the xml or validating the xml. The most common problem with that tutorial is invalid xml (even if you haven't changed anything, read the tutorial carefully and get the headers right). -- Larry -- 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.
