Prerequisites

C++ bindings are generated from the nexml schema files using the xsd tool from CodeSynthesis, and are then compiled with something like the driver.cxx file to yield an executable that processes nexml instance documents (presumably this would be part of an importer that maps the beans objects created by the xsd tool onto your internal object model). The basic steps are as follows: