Hi,
This is more related to why am i not getting the answer.
Parsing XML using
GDownloadUrl("test.aspx?r=1", function(data)
{
alert(data); // get the complete data including the xml
var xml = GXml.parse(data);
alert(xml); // displays message as XML document type
alert(xml.documentElement.getElementsByTagName("marker")); // displays
message as HTML document Type
var markers =
xml.documentElement.getElementsByTagName("marker");
alert(markers.length); // here it shows as 0
using v2 of api. ? where am i going wrong.
Thanks in advance.
--
Arvind P Rangan
--
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.