Can all the attibutes of a node in an XML be grouped using JAVA?
Posted
by Kris
on Stack Overflow
See other posts from Stack Overflow
or by Kris
Published on 2010-04-08T18:32:10Z
Indexed on
2010/04/08
18:33 UTC
Read the original article
Hit count: 258
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?
© Stack Overflow or respective owner