parsing a xml file [closed]

menthixx

New Member
I have a xml file as:\[code\]<one> <a>sth</a> <b>sth</b> <c>sth</c></one><one> <a>x</a> <b>y</b> <c>z</c></one>\[/code\]what i want is to retrieve the names "a", "b", "c" from the xml, i.e the child under the node "one", using xml.dom
 
Back
Top