On Dec 5, 1:03 pm, Amy Roach <[email protected]> wrote: > I am trying to create a simple map that uploads my XML data (containing > several fields some are >255 characters). I have attached my XML file. I > saw this tutorial:www.geocodezip.com/v3_MW_example_map3.html, however, my > xml file is not formatted like that.
That isn't a problem. > I have also uploaded the very simple > map that I have created with links at the bottom which correspond to each > of the data lines in the XML file (creating to options for selecting a > desired location) > > If someone could help me inserting the XML as markers and with displaying > the infowindow that would be extremely appreciated! Either change your xml to the same format as that page uses and use the parser there, or change the parser in the page to handle your format. There are other examples out there (I remember some from the v2 group) that handle the data as xml element content rather that attributes. -- Larry > > Thanks, > > Amy > > WashingtonDC.xml > 27KViewDownload > > map5.html > 3KViewDownload -- 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.
