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++