Hi
I am looking some advice on which Java tools to use and /or any hints you can offer a new Java user regarding XML.
What I want to do is take an xml file read it, modify it and push it to a database so that it can update multiple tables and maintain its relationships. I will be repeating this often.
There are so many libraries to do this, well as it appears, however most of the tutorials demonstrate simple activities like retrieving 2 elements from an overly simple XML file.
I can do the steps separately, parse a basic xml file, create and update and query databases but I cannot figure out how to do it or find a practical tutorial that demonstrates how to do it.
If you had any info re tools, tutorial/reading, workflow etc I would really appreciate your advice.