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.