libxmlPlusPlus/README.md

7 lines
263 B
Markdown
Raw Normal View History

# libxml++
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.
2024-01-06 06:12:58 +01:00