[xsd-users] generating C++ class from XML instance document (not schema)

Leon leon at securigy.com
Fri May 30 19:51:57 EDT 2014


I am composing XML file that serves as Camera Description File and is based on the following schema:
http://www.emva.org/cms/upload/Standards/GenICam_Downloads/GenApiSchema_Version_1_1.xsd


It is very large and comprehensive schema for cameras.

Questions:
1. Is that something that you think you can compile with your XSD compiler?
2. If I generated XML file based on this schema, is there any way or tools that I can generate C++ classes from this XML file? 
(and not from schema - because my XML file includes only a fraction of what's in the schema)

Leon


More information about the xsd-users mailing list