A C++ wrapper for the libxml XML parser library http://libxmlplusplus.sourceforge.net
Go to file
Silvan Calarco ba996e10c1 update to 2.38.1
legacy package [release 2.38.1-1mamba;Sun May 29 2016]
2024-01-06 06:13:13 +01:00
libxml++2.spec update to 2.38.1 2024-01-06 06:13:13 +01:00
README.md update to 2.38.1 2024-01-06 06:13:13 +01:00

libxml++2

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.