performance sax vs dom
843834Jun 14 2003 — edited Jun 18 2003Hi All,
I have build a xml interface for a java application.
I parse the xml files using dom parser, get the data
and pass it to the java application. I know that DOM
builds a in memory tree of the xml file.
Will this degrade the performance of my application.
Will it be better to use a SAX parser instead?
Regards
Milind