Is there any good automatic xml to C++ object library ?
With good benchmark and Multi - Platform support (if not at-least linux )
Edit : More Description
I want to library like http://www.codesynthesis.com/products/xsd/ where I can use any xml as c++ object.
XMLOBJECT x=new XMLOBJECT("my.xml");
x->root
x->root->child
Means XML Data Binding in C++
I think that you refer to what is called XML Data Binding.
gsoap is a free tool that does it. There are of course many commercial tools - XML Spy and others. Here is a nice list of resources.
boost::serialization provides that functionality, you can serialize your object to xml and back as well as to the other formats.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With