sorry > // Read the data fromhttp://www.xxx.com/example.xml > downloadUrl("example.xml", function(doc) { > var xmlDoc = xmlParse(doc);
On 11 Ιούν, 17:48, Panagi <[email protected]> wrote: > hi > basic question please: i have the map on myserver, i have the xml file > with the info for the sidebar, but how do i likn the map to the xml > file because the sidebar markers just do not show up > > i had this on my map.htm file > > // Read the data from example.xml > downloadUrl("example.xml", function(doc) { > var xmlDoc = xmlParse(doc); > > // Read the data fromhttp://www.xxx.example.xml > downloadUrl("example.xml", function(doc) { > var xmlDoc = xmlParse(doc); > > i do that still nothing. what am i doing wrong; > thanks so much -- 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.
