why we need to go for xml binders instead of xml parsers in java
            Asked
            
        
        
            Active
            
        
            Viewed 101 times
        
    2 Answers
0
            
            
        You don't always need to use XML binders, XML data binders converts XML into objects, because objects are usually more familiar with developers. Most of the tasks can be accomplished without object binder, using DOM or VTD-XML parsers, you can just navigate the XML tree, and you should be able to accomplish the same thing as XML binders
        vtd-xml-author
        
- 3,319
 - 4
 - 22
 - 30