Description
Small XML files can be parsed in Windows-targeted C++ applications with TinyXML. Developers use it for configuration, simple document formats, tools, and legacy code that needs a lightweight XML parser.
It is an XML parser library, not a document editor. Untrusted XML should still be size-limited and validated before it controls application behavior.