Description
32-bit C++ applications can read simple XML files through a small parser that is easy to embed. This is useful for configuration files, project data, and lightweight structured documents.
It is a parser library, not an XML editor. Applications should validate untrusted XML and avoid assuming small files when input comes from users or the network.