This library includes high-level API for the loading and saving of XML files to/from C++ structures. It includes several XML utilties as well as other serialization commands.

It also includes a generic logging system for C++ streams.

This library is meant for programs where XML is not the focus of the program, but rather just used as the primary serialization technique -- rather than text files or binary files.

This is built on top of the Xerces XML library.

IO XML Introduction
Instructions on how to use the XML loading/saving mechanism.
IO Log Introduction
Quick instructions on how to use the logging mechanism.
IO Licensing
Details on licensing of the IO library.
IO Build Instructions
How to acquire all requirement components and build the system.
API Docs
API Documenation for the IO Library. Generated by Doxygen from source code comments.