I am creating a webservice that is going to parse various XML files with different requests. I was searching for various XML parsers, from which I read and it will be easy to use and very efficient. I felt that Exhibitors are easy compared to XMLBines, but with the documentation of XMLBains I came to know that it uses Saxon 8.6.1, which prepares it, so it should be better than Digester.
So who should I go to XmlBeans or Digester for this scenario?
OK, if you have a really big XML file, then I recommend any of them I do not There are other solutions for high performance XML processing, or even custom parser, which is at least a sequence of magnitude than your description. What you also have to choose for huge XML files depends partly: more memory or more CPU.
For example, there may be a quick option, but there are many others, so if your application is important, then actually you need to compare some tests in your actual circumstances.
Comments
Post a Comment