Simple, small and efficient C++ XML parser
TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs. It uses a Document Object Model (DOM), meaning the XML data is parsed into a C++ objects that can be browsed and manipulated, and then written to disk or another output stream. TinyXML-2 doesn’t parse or use DTDs (Document Type Definitions) nor XSLs (eXtensible Stylesheet Language). TinyXML-2 uses a similar API to TinyXML-1, But the implementation of the parser was completely re-written to make it more appropriate for use in a game. It uses less memory, is faster, and uses far fewer memory allocations.
| Release | Stable | Testing |
|---|---|---|
| Fedora Rawhide | 11.0.0-1.fc44 | - |
| Fedora 43 | 11.0.0-1.fc43 | - |
| Fedora 42 | 10.0.0-18.fc42 | - |
| Fedora 41 | 9.0.0-21.fc41 | - |
| Fedora EPEL 9 | 9.0.0-17.el9 | - |
| Fedora EPEL 10.2 | 10.0.0-18.el10_1 | - |
| Fedora EPEL 10.1 | 10.0.0-18.el10_1 | - |
| Fedora EPEL 10.0 | 10.0.0-18.el10_0 | - |
You can contact the maintainers of this package via email at
tinyxml2 dash maintainers at fedoraproject dot org.