XML parser performance

Hello,

I was wondering if anybody had any experience in regards to the relative performance (i.e., speed) of the different Java XML parsers out there. Specifically,

javax.xml.parsers.DocumentBuilder.parse() vs. any others.

My goal is to reduce the amount of time needed to parse ~1000 XML files (avg size 3kb) and I have done some tests that lead me to conclude that the rate-limiting step is not the file i/o (surprisingly).

Is there any particular XML parser that people favor?

Thanks,

ckl

[545 byte] By [chitkwanlin] at [2007-9-26 12:38:32]
# 1
http://www-106.ibm.com/developerworks/xml/library/x-injava/index.html
veganboy at 2007-7-2 11:57:56 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Thanks! That was very useful.
chitkwanlin at 2007-7-2 11:57:56 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
Yep it was good
simon_orange at 2007-7-2 11:57:56 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 4
I have created a parser with interesting performance result withfiles < 100 Ko at http://www.japisoft.com/fastparserRegards, A.Brillant
adeuxi at 2007-7-2 11:57:56 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...