Hi,
Can any one help to parse a xml file through java code and getting all the child tags within a root tag.
please suggest me with a sample
Thanks in advance
Printable View
Hi,
Can any one help to parse a xml file through java code and getting all the child tags within a root tag.
please suggest me with a sample
Thanks in advance
Hello HungryCoder,
Take a look at this example - http://www.javaprogrammingforums.com...dom-parse.html
There are more code examples here - Java Code Snippets and Tutorials