var info = xmlDoc.documentElement.getElementsByTagName("info"); is
what i have so what should i have then?On Oct 2, 7:08 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Oct 2, 4:02 pm, moos3 <[EMAIL PROTECTED]> wrote:> I would like to make it > center on the first point in the xml file > > automatically, also how can i make it show html that is stored in the > > xml file? > > You need to extract the contents of the <info> xml element: > marker.openInfoWindowHtml(GXml.value(info)); > > -- Larry > > > Other then that thanks for all the help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
