You're looking for XML data binding. Wikipedia lists several libraries (http://en.wikipedia.org/wiki/XML_Data_Binding#C.2B.2B), and a Google search for "xml data binding" will turn up others. (As usual with XML-related technologies, many more are related to Java than to C++.)
-----Original Message----- From: Prabhuram K [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2008 5:06 AM To: [email protected] Subject: Generate XML using XSD Hello All, I have the XSD and the data and I wanted to generate XML based on the XSD and the data. Is it possible to do it using xerces-c APIs. If possible please provide some code examples. Thanks for your time, Prabhu
