[visualization-api] Re: Parse XML GXml

2008-11-14 Thread Mike Glen
you need to get the text node that is a child of data_id then get its value you prob need to try something like: dataId[0].firstChild.nodeValue p00kie wrote: Anyways. I'm not sure what the problem is. 501 function initialize() { 502 if

[visualization-api] Re: Parse XML GXml

2008-11-14 Thread Mike Glen
did you try alert(dataId[0].firstChild.nodeValue) getAttribute wont work as the element data_id5310482/data_id does not have any attributes p00kie wrote: You mean something like this: alert(dataId[0].item(0).getAttribute(id)); - does not work. On Nov 14, 9:37 am, Mike Glen [EMAIL