C++ xml 1.0.0 review
DownloadC++ xml is a C++ library that provides an API for XML document handling. Similar to the JDOM Java interface, a XML document can be
|
|
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 keywords