beevik/etree
Parse, query and modify XML easily in go observed · 2026-08-28
Health v2 · maintenance only
90/100
- Activity 97
- Release rhythm 74
- 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: 101.5
- age_days: 4827
- days_rel: 18
- days_push: 18
- n_releases_24m: 5
Adoption not part of the score
1667 stars · 187 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A lightweight, pure Go library that represents XML documents as element trees, inspired by Python's ElementTree. It supports parsing, creating, modifying, serializing XML, and querying with XPath-like APIs.
Use cases
- parse xml files in go
- query xml with xpath-like expressions
- create xml documents from scratch
- modify and re-serialize xml
- pretty-print xml with indentation
- traverse xml element trees
When to choose
- you need an easy, ElementTree-style XML API in Go
- you want a pure-Go dependency with no external libraries
- you need lightweight XPath-like querying without full XPath
When to avoid
- you need full, standards-compliant XPath support
- you need schema validation (XSD) or DTD validation
- you need streaming parsing of very large XML documents
Facets
library · maturity stable
parser serialization search-engine parsers developer-tools files go cross-platform xml dom xpath-like-queries element-tree pure-go
1 source
- readme: https://github.com/beevik/etree · fetched 2026-08-28 · 47c9ae6864f3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| beevik/etree | main | 90 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem