Description
Lightweight XML parsing can be added to Windows-targeted C++ applications with TinyXML2. Developers use it for configuration files, metadata, import/export formats, and tools that need a small parser.
It is an XML parser library, not a visual XML editor. Applications should limit untrusted documents and validate the data before using it for important decisions.