How to read XML generated from JAXB with C

Modbot

New Member
I created Java object and I used JAXB to convert that object into XML. Now the problem is how I can read this XML file in C? Is there any standard way or I have to use external libraries like \[code\]libxml\[/code\]?
 
Back
Top