Ross ROSS = Recommend OSS · open-source software intelligence for agents

isaacs/sax-js

A sax style parser for JS observed · 2026-08-28

github.com/isaacs/sax-js · JavaScript · BlueOak-1.0.0 (other) observed · 2026-08-28

Health v2 · maintenance only

75/100

  • Activity 94
  • 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: 6050
  • days_rel: n/a
  • days_push: 40
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1157 stars · 342 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A SAX-style streaming parser for XML and HTML written in JavaScript, designed for Node.js but usable in the browser. It emits events for tags, text, and attributes, with a strict XML mode and a lenient HTML-ish mode.

Use cases

  • parse xml in node.js
  • stream large xml files without loading into memory
  • parse rss feeds with slightly broken xml
  • event-driven xml parsing in javascript
  • extract tags and attributes from xml documents
  • tolerant parsing of malformed xml

When to choose

  • you need a lightweight, streaming, event-based XML parser
  • you're dealing with real-world slightly-broken XML like RSS
  • you want to build your own DOM or object model on top of raw XML events
  • you need to run in Node.js or the browser with minimal dependencies

When to avoid

  • you need a full DOM tree or XPath/XSLT querying
  • you need strict standards-compliant XML validation or DTD/XSD schema support
  • you need a full HTML parser with browser-like error recovery
  • you prefer a tree-building parser API over event callbacks

Facets

library · maturity maintenance

parser parsers web-development developer-tools browser xml-parser sax streaming html-parsing event-driven nodejs javascript

1 source

Member repositories

RepositoryRoleHealth v2
isaacs/sax-jsmain75

For agents

markdown · JSON · MCP: product_card(name="isaacs/sax-js")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem