Folks,
I am planning to use expat parser in favor of xerces since
expat has a very small footprint when compared to xerces.
The questions that I have are
Is expat reentrant?
Is expat thread safe?
Also, with xerces , to process 40000 elements using SAX
( size of xml buffer is roughly 2MB)
takes 8 secs. I want to get it down to a couple of secs. Please advice.
~RR