C++ Class Generation Based off .xsd Files
Thomas Ranneberger <[email protected]> Tue, 10 Oct 2023 14:58:18 -0400
| Newsgroups | gmane.text.xml.xerces-c.devel |
|---|---|
| Message-ID | <CAH2S4NQM1cFp_U+ZN9E1OB0h8CSMm8X2UbsHWBK93kOXnVZ2+w@mail.gmail.com> |
Hello! I am quite new to Apache Xerces, as well as code-based transformation between xml, c++, class generation, etc. so please forgive my ignorance. I am attempting to take provided .xsd files that detail the xml schema definitions of certain message types, and turn these into C++ classes for sending messages and validating those message fields. Does this sound like something Xerces is capable of doing? Thank you for any support or feedback, it is greatly appreciated.