Hello Expert,

I am new on java. I have following xml file structure.
What I need to do is that
1) Read this xml file and convert to arraylist.
2) insert this arrayList into Mysql database.
...