Reading XML from JavaScript
843834Aug 2 2004 — edited Aug 2 2004Dear All,
I am in need of reading an XML file data and to do some manupulation in Javascript.
I am using "Microsoft.XMLDOM" parser and I have problem in accessing the child node.
I am able to locate a node thru var x= xmlDoc.getElementsByTagName("name of an element") ;
but strucked with reading the child elements.
I didnt find any proper tutorials or documentations.
My need is to read the attribute in the child elements.
Any help in this regard is greatly appreciated.
Thanks in advance.