Re: C++ Class Generation Based off .xsd Files

Boris Kolpackov <[email protected]> Wed, 11 Oct 2023 12:05:05 +0200
Newsgroups gmane.text.xml.xerces-c.devel
Organization Code Synthesis
Message-ID <[email protected]>
Thomas Ranneberger <[email protected]> writes:

> 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?

There is a tool called XSD (built on top of Xerces-C++) that does this:

https://codesynthesis.com/products/xsd/