Description
Parses and transforms XML or HTML in Standard C++ with SAX2, DOM, XPath, and XSLT implementations. It is useful for developers maintaining document-processing, import, export, or conversion code.
Markup parsers can face malformed or hostile input. Validate external documents and avoid unsafe entity or file access patterns.