How can I parse multiple XML documents at once?

eretryGef

New Member
I am using a SAXParser in Java to parse my XML documents. Now I would like to improve the performance and parse multiple documents at once.Is this possible?
 
Back
Top