C++ xml 1.0.0 review

Download
by rbytes.net on

C++ xml is a C++ library that provides an API for XML document handling. Similar to the JDOM Java interface, a XML document can be

License: GPL (GNU General Public License)
File size: 195K
Developer: Bjoern Lemke
0 stars award from rbytes.net

C++ xml is a C++ library that provides an API for XML document handling.

Similar to the JDOM Java interface, a XML document can be parsed, traced and generated by the provided methods. Furthermore, this library is a good example for the usage of the dragon parser generator.

Installation:

Run the configure script with the following options

./configure --prefix=

where base-include-dir and base-lib-dir are the location directories the
base headers and library have been installed. target-bin-dir is the location where the dragon executable should be installed

Run make

./make

This builds the XML library as a libXML.a.
You can install the library with the required header files
with the install command

./make install

C++ xml 1.0.0 search tags