Description
Parse, query, and write XML from C++ applications with a lightweight library that includes XPath support. It is useful for configuration files, document processing, data exchange, and tools that need fast XML handling.
XML from untrusted sources can be large or maliciously structured. Applications should validate inputs and handle parsing errors safely.