开发者

C++ XML Schema Code Generator [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜