-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Arjen edited this page Jan 4, 2016
·
2 revisions
For more information see: http://www.openivef.org
Convert ivef.xsd to C++, JAVA and PHP code to easily read or write IVEF
Makes a parser for IVEF XML in a few steps.
- Step 1: Make a schema to code executable. Needs Qt library
- Step 2: The executable will generate classes for C++, JAVA or PHP based on a xsd. ivef.xsd is used per default, but the schema-to-code can be used for any xsd file.
- Step 3: Build the parser library
Examples for how the library can be used to generate XML or read XML are available in the example directory.