How to easily port XML to C++ code
Let's suppose that you have an XML document and you need to process its data in a compiling language, such as C or C++. In such a case, you would have to create a program that would automatically parse the requested documents, basing on their structure.
XSD from CodeSynthesis comes to help the programmer work with XML data structures by automating the process of creation of code by creating the required C++ classes from an XML instance specification file.
By using CodeSynthesis XSD, you can easily create programs that work directly

