When should I use XML files over Database? And if storing large data in XML files is inefficient, Does XML databases solve that problem?

57 views Asked by At

I also read that parsing XML files is a painful process, why is that ?

As far as I know , Java provides parsing libraries such as DOM and SAX. Whats hard about using those libraries ? is it the size of the XML file that causes the problem ?

0

There are 0 answers