On Mar 31, 12:17 pm, xmalcolm <[email protected]> wrote: > Hi Larry, > > Thanks for your input. I'll try and get it working. Do I need to do > anything as you suggested on GXML link. I currently have this value: > > xml = GXml.parse(data); > > Can I leave that code like that?
Probably, but I don't know. If you want my help debugging your code, you will need to post a link to your map. -- Larry > > > > > > > You can use either xml attributes (I have) > > <marker address="xxx" /> > > or xml elements > > <marker> > > <address>xxx</address> > > </marker> > > > to load data for use by the API. > > See GXml.value for a browser independent way to get the element > > content.http://code.google.com/apis/maps/documentation/reference.html#GXml > > > -- Larry- Hide quoted text - > > - Show quoted text - -- 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.
