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

NaturalIntelligence/fast-xml-parser

Validate XML, Parse XML and Build XML rapidly without C/C++ based libraries and no callback. observed · 2026-08-28

github.com/NaturalIntelligence/fast-xml-parser · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 98
  • Release rhythm 98
  • 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: 5.0
  • age_days: 3504
  • days_rel: 17
  • days_push: 14
  • n_releases_24m: 31

Full methodology

Adoption not part of the score

3135 stars · 389 forks observed · 2026-08-28

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

A pure JavaScript library for rapidly validating XML, parsing XML to JS objects, and building XML from JS objects, with no C/C++ dependencies or callbacks. It works in Node.js and browsers, handles large files, and also ships a CLI.

Use cases

  • convert xml to in node
  • parse xml feeds into javascript objects
  • build xml from data
  • validate xml syntax without native dependencies
  • parse large xml files in the browser
  • convert xml to from the command line

When to choose

  • you need fast XML parsing/conversion in pure JS with no native builds
  • you target both Node.js and browser environments
  • you need to handle large XML files (up to ~100MB) or entities, unpaired tags, and CDATA

When to avoid

  • you need schema (XSD) validation or business-rule validation - use a dedicated validator
  • you need streaming SAX-style parsing with fine-grained event control
  • you need full DOM or XPath support

Facets

library · maturity stable

parser serialization cli developer-tools parsers web-development developer-tools files browser cross-platform cli xml xml2 2xml xml-validator pure-javascript no-native-dependencies nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
NaturalIntelligence/fast-xml-parsermain98

For agents

markdown · JSON · MCP: product_card(name="NaturalIntelligence/fast-xml-parser")

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