hello,
I am having to read an XML document and grab some elements and attributes
and then convert that to anther XML document.
Which should I use? JAX, DOM, JDOM?
I don't really understand the difference and when to use the above.
Thanks so much.
I am having to read an XML document and grab some elements and attributes
and then convert that to anther XML document.
Which should I use? JAX, DOM, JDOM?
I don't really understand the difference and when to use the above.
Thanks so much.
Comment