On Jan 3, 9:14 pm, Yash Kothari <[email protected]> wrote: > > This is what i'm getting. Although when i do that sometimes it gives me a > blank page but the xml shows up in view source option. Does that happen > because of some coding error on my part?
I don't know. I can't tell with a picture. > > or do u mean my xml tree structure is wrong? > > am i supposed to have like: > *<bus>* > <markers> > <marker stopname="data" lat="data" lng="data" service="data" stopid="data"/> > <marker stopname="data" lat="data" lng="data" service="data" stopid="data"/> > <marker stopname="data" lat="data" lng="data" service="data" stopid="data"/> > ... > </markers> > *</bus>* > > and if by headers u mean the > <?xml version="1.0"?> > i get that in my view source option. > > or is it something else? I can't tell. Post a link to your map and your xml and maybe I will look at your problem. BTW - "data" is not a valid number and will not work for either lat or lng(but I'm sure you know that). -- Larry -- 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.
