blob: 38b8efe3a7556b971127be2e9491e17ad5d27e5f (
plain) (
blame)
1
2
3
4
5
6
7
8
|
libxml++ is a C++ interface for working with XML files, using libxml
(gnome-xml) to parse and write the actual XML files. It has a simple
but complete API.
libxml++-5.0 (ABI version 5.0) does not depend on glibmm, is not as
good at handling UTF-8 strings, but has fewer dependencies.
See also: https://libxmlplusplus.sourceforge.net/
|