ports/textproc/libxml++50/pkg/DESCR

5 lines
233 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
libxmlplusplus (aka libxml++) is a C++ wrapper for the libxml2 XML parser
library.
It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM
specification. Its API is simpler than the underlying libxml2 C API.