mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
b5ad60e6e0
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. ok robert@
5 lines
233 B
Plaintext
5 lines
233 B
Plaintext
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.
|