mattt/Ono
A sensible way to deal with XML & HTML for iOS & macOS observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 4577
- days_rel: n/a
- days_push: 2338
- n_releases_24m: 0
Adoption not part of the score
2595 stars · 194 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Ono is an Objective-C/Swift library for parsing and querying XML and HTML documents on iOS and macOS, built on libxml2. It provides a convenient DOM-style API with XPath and CSS selector support, replacing the cumbersome NSXMLParser and macOS-only NSXMLDocument.
Use cases
- parse xml in ios app
- scrape a website from swift
- parse an rss feed
- query html with css selectors on macos
- interface with an xml-rpc webservice
- parse html in objective-c
When to choose
- you need DOM-style XML/HTML parsing on iOS or macOS
- you want XPath or CSS query support in Swift or Objective-C
- you need fast parsing backed by libxml2
When to avoid
- you target platforms outside Apple's ecosystem
- you need actively developed features or recent updates
- you prefer a pure Swift parser
Facets
library · maturity maintenance
parser web-scraping parsers web-development developer-tools cpp objective-c xml html xpath css-selectors libxml2 dom ios macos swift
1 source
- readme: https://github.com/mattt/Ono · fetched 2026-08-28 · f82912f5885c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mattt/Ono | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem