What you're looking for is a C++ XML data binding library. CodeSynthesis XSD is one built on xerces-c but there are others.
Lara -----Original Message----- From: Thomas Ranneberger <[email protected]> Sent: Tuesday, October 10, 2023 2:58 PM To: [email protected] Subject: C++ Class Generation Based off .xsd Files 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.
