Hi friends.
I have an XML file in the following format
The name tag represents the element and the source represents where I have to place the name tag.
I need to build a hierarchy in the following manner.
There can be 'n' level hierarchy with child elements. How to create a hierarchy in
java?
Can you advice on this.
Thanks
Bala