XmlBeans vs Digester which is good at handling huge xml files?

djgorkem

New Member
I am creating a webservice which is going to parse huge xml files from different requests. I was exploring different xml parsers from which I read about XmlBeans and Digester would be easy to use and are very efficient. I felt Digester easier than that of XmlBeans but from documentation of XmlBeans I came to know that it uses Saxon 8.6.1 which is prepared by CERN so it must be better than that of Digester. So which one should I go with XmlBeans or Digester for this scenario ?
 
Top