XML data binding refers to a means of representing information in an XML document as an object in computer memory. This allows applications to access the data in the XML from the object rather than using the DOM or SAX to retrieve the data from a direct representation of the XML itself.
Questions tagged [xml-binding]
92 questions
0
votes
1 answer
Binding extra info in JiBX
Lets assume there is a user.xml which contains the actual user input [user info like name,address, etc.]
Based on that, certain java objects are created.
Now when it comes to binding.xml, I should definitely mention all the values given in the…

hari
- 1,297
- 5
- 17
- 36
0
votes
3 answers
Issue regarding Java to XML conversion and vice versa
I have XML like this which I get from middleware
Author_Name
Author_Name
What I want to do is convert the XML to…

Prabhath kesav
- 428
- 3
- 6
- 21