leethomason/tinyxml2
TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs. observed · 2026-08-28
Health v2 · maintenance only
71/100
- Activity 83
- Release rhythm 40
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 7
- age_days: 5303
- days_rel: 536
- days_push: 102
- n_releases_24m: 2
Adoption not part of the score
5792 stars · 1956 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
TinyXML-2 is a small, efficient C++ XML parser that builds a DOM from XML documents which can be read, modified, and saved. It consists of one header and one source file with no dependency on the C++ Standard Library, making it easy to embed in any C++ project.
Use cases
- parse xml files in c++
- read and modify xml config files
- generate xml documents programmatically
- embed a lightweight xml parser in a game engine
- parse xml on embedded systems without the standard library
- save application data as xml
When to choose
- you need a small, fast, dependency-free XML parser
- you want to easily integrate XML support into a C++ application or game
- you need correct, compliant XML output
- you work on embedded or constrained platforms
When to avoid
- you need DTD or XSL support
- you need full-featured, standards-complete XML processing (e.g., for browsers)
- you need XPath or schema validation
Facets
library · maturity stable
parser serialization parsers developer-tools cpp cross-platform embedded xml dom header-only-ish lightweight no-dependencies game-development
1 source
- readme: https://github.com/leethomason/tinyxml2 · fetched 2026-08-28 · d9749cba0e0c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| leethomason/tinyxml2 | main | 71 |
For agents
markdown · JSON · MCP: product_card(name="leethomason/tinyxml2")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem