mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
5 lines
250 B
Plaintext
5 lines
250 B
Plaintext
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.
|