Hi,

I have written some code that reads in data from an xml file and inserts the data into variuos database tables.

The xml file has 7-8 levels of netsing and I am using org.w3c.dom parser to parse the file.

However, I am not very happy with its performance and think that it can be enhanced.

Does anyone know of any tricks that can spped this thing up?