nexml - index of /nexml/cpp/

Skip to: Site menu | Main content

The future data exchange standard is here!

NeXML is an exchange standard for representing phyloinformatic data — inspired by the commonly used NEXUS format, but more robust and easier to process.

Process nexml data

Cpp

~ / nexml / cpp
digg reddit del.icio.us facebook — Last updated: di aug 21 07:34:00 EDT 2012

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:

To download the contents of this folder using svn:
svn co \
    https://nexml.svn.sourceforge.net/svnroot/nexml/trunk/nexml/cpp/ \
    cpp
Icon  Name                 Last modified      Size  Description
[DIR] Parent Directory - Folder [   ] Makefile.am 26-Jul-2012 07:32 3.9K Make file [TXT] build.sh 26-Jul-2012 07:32 1.3K Unix shell script [   ] handwrittenMakefile 26-Jul-2012 07:32 1.0K Make file