posted 15 years ago
I need some details...with respect to the XML parsers listed below.
Out of these Parsers which one is good and why we need to go for it
(SAX, DOM, STAX,JAXP, Digester)
Advantages and disadvantages.. (Like STAX is good for parsing but in case of validation it doesn�t support schema � it supports schema but with the help of XMLBeans )
Basically I want to accomplish tasks like
1. Convertion of XML to Object
2. Object to XML
3. Validate xml with Schema
Thanks
Bala