1.) 我如何将 CodeSynthesis-XSD 代码生成包含到我的应用程序中,所以当我将应用程序(Visual Studio 10 中的 QT)提供给其他人时,他不需要安装 Code-Synthesis?
2.) 我如何指定.cpp
和.h
文件的输出目录?xsd help
没有列出这样的选项?我用树生成这样的:
>xsd cxx-tree "C:\scheme.xsd"
-> 在执行 xsd 之前通过“cd”(更改目录)解决
3.) 我收到我不知道如何解决的警告:
warning F002: attribute 'value' is implicitly of anySimpleType
info: did you forget to specify 'type' attribute?
warning T004: generating parsing functions for 18 global elements
info: use --root-element-* options to specify document root(s)
是否有其他未列出的参数xsd help
?