Hi,
I've made some
measurements, comparing a SAX parsing time to the time needed to build a DOM
tree, with the same pinput xml. All that without File I/O
time.
Results are
quite surprising : DOM seems to be 2* faster than SAX.
I was wondering if
this could be due to the string conversion to local page, that is made always in
SAX, but only on demand on DOM ?
Any comment
appreciated,
thanks
