C++ XML Schema Code Generator [closed]
We have XML files and we want to have C++ classes generated out of XML schema like we have it in .NET xsd.
Also the g开发者_开发技巧enerated classes instance needs to provide appropriate XML by calling some methods.
I use Liquid XML Studio, it does all of that as well as documenting everything
If you are working with Web Services here, then I would really suggest going with gSOAP.
If you are only interested in data bindings in C++, then XSD: XML Data Binding for C++ by code synthesis is also a very good tool, they are pretty good about documentation too.
Gslgen is known to be a good code generator. It uses a simplified version of XML though.
精彩评论