Can all the attibutes of a node in an XML be grouped using JAVA?
- by Kris
I am trying to re-arrange all the attributes of the XML file.
Need to group all the attributes of each node.
Here is the required output XML file:
Can this be possible with XML DOM in JAVA?