blob: a3b78b4c5c265e0408cbb2d1b203d017cb54d10c (
plain)
1
2
3
4
5
6
|
libxml++ is a C++ wrapper for the libxml XML parser library. It has SAX and
DOM-like APIs, but does not attempt to conform exactly to the DOM
specifications because they are not aimed at C++. Its API is much simpler
than the underlying libxml C API.
This package follows the libxml++-2.6 API.
|