Menu

Tree [abf8b7] master /
 History

HTTPS access


File Date Author Commit
 cmake 2009-11-09 kgorelov kgorelov [1edf72] Initial commit
 debian 2013-06-21 Dmitriy Filimonov Dmitriy Filimonov [abf8b7] compiled for precise
 docs 2009-11-12 kgorelov kgorelov [7441f3] Debianized
 examples 2009-11-11 kgorelov kgorelov [f294db] Implemented basic library functionality, added ...
 include 2009-11-11 kgorelov kgorelov [f294db] Implemented basic library functionality, added ...
 src 2010-04-21 Kirill Gorelov Kirill Gorelov [89ac48] bugfix: get() returns an empty string if the el...
 .gitignore 2009-11-10 kgorelov kgorelov [28d908] Library interface has been defined
 .todo 2009-11-24 kgorelov kgorelov [d15227] A bug in the Config::part() function has been f...
 AUTHORS 2009-11-09 kgorelov kgorelov [1edf72] Initial commit
 CMakeLists.txt 2009-11-24 kgorelov kgorelov [d15227] A bug in the Config::part() function has been f...
 COPYING 2009-11-09 kgorelov kgorelov [1edf72] Initial commit
 ChangeLog 2009-11-24 kgorelov kgorelov [d15227] A bug in the Config::part() function has been f...
 INSTALL 2009-11-11 kgorelov kgorelov [aeb786] Described simple install procedure
 README 2009-11-09 kgorelov kgorelov [1edf72] Initial commit
 xmlconfig++.pc.cmake 2009-11-12 kgorelov kgorelov [2be0b1] fixes for pkg-config

Read Me

libxmlconfig++
-------------

This library provides a C++ interface to XML configuration files.
It uses libxml++  to access the XML files, and in order to configure libxmlconfig++
you must have both libxml2 and libxml++ installed.

To get the latest version of libxmlconfig++, see http://libxmlconfigpp.sourceforge.net/

Read the file 'INSTALL' for instructions to compile and install the library.

See the examples directory for example code.