> I have an XML file that has been created in the format below, and > would like to link to specific markers. I have seen on Mike William's > page that you can use variables like: example_linktomarker.htm? > marker=1 , however, what happens when you don't have any <marker> > tags?
If you can't tell one chunk of data from another, you have no way of linking to it. In your XML, you have an attribute called 'title'. If that's always unique, you might use that instead. If 'title' isn't always unique, you are going to have to find or invent something that is. Mike's example is just that, an example ; most people would need to tailor it to fit their own application. -- 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.
