XML CppDom is a C++ based XML loader and writer with an internal DOM representation. It is very lightweight and high-performance.
The goal of XML CppDom is to provide a lightweight C++ interface for XML programming that is similar in application and functionality to JDOM.
NOTE: XML CppDom is licensed and distributed under the terms of the GNU Library or Lesser General Public License (LGPL).
Requirements:
· C++ compiler
· Boost
What's New in This Release: [ read full changelog ]
· Updated for SConsAddons changes. On Windows, the build formerly called "hybrid" is now the "debug" build. The DLL is installed in libdebug. The build formerly called "debug" is now the "debugrt" build (to indicate that it is linked against the Visual C++ debug runtime). The library is still named with "_d".