Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Reading XML from JavaScript

843834Aug 2 2004 — edited Aug 2 2004
Dear 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.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 30 2004
Added on Aug 2 2004
1 comment
141 views