TinyXML | |
---|---|
Developer(s) | Lee Thomason |
Stable release | 10.0.0
/ December 31, 2023 |
Repository | |
Type | API |
License | zlib License |
Website | leethomason |
TinyXML is a small, simple, operating system-independent[1] XML parser for the C++ language.[2] It is free and open source software, distributed under the terms of the zlib License.[3]
TinyXML-2 replaces TinyXML-1 completely and only this version should be used.
The principal impetus for TinyXML is its size, as the name suggests. It parses the XML into a DOM-like tree. It can both read and write XML files.
It is written in OS independent C++.
TinyXML is released under the ZLib license