Boris Kolpackov wrote:

> 
> Yes, XML data binding allows you to automate this provided you have
> a schema describing your XML vocabulary.
> 
> You can, for example, try CodeSynthesis XSD[1] which uses Xerces-C++
> underneath. Or, for a lighter-weight, dependency-free variant, you can
> try CodeSynthesis XSD/e[2].
> 
> Both of these tools can either generate the struct's (actually, classes)
> for you or you can use them to extract the data into your own structures.
> 
> [1] http://www.codesynthesis.com/products/xsd/
> [2] http://www.codesynthesis.com/products/xsde/
> 
> Boris
> 

great

I was wondering if it is possible too.
I was also trying to build http://incubator.apache.org/xmlbeanscxx/ recently
but without success. codesynthesis seems to provide something smart and
working.

thanks + regards

Reply via email to