Description
Parses XML in C++ projects with a small library designed for straightforward integration. It helps applications read configuration files, structured documents, saved project data, or interchange formats without a large XML stack.
XML from untrusted sources still needs validation and size limits. Do not assume parsed data is safe just because the parser accepted it.