JSPM

  • Created
  • Published
  • Downloads 180085
  • Score
    100M100P100Q167702F
  • License MIT

NodeJS binding for fast XML parsing.

Package Exports

  • node-expat

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (node-expat) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

node-expat

build status js-standard-style

Motivation

You use Node.js for speed? You process XML streams? Then you want the fastest XML parser: libexpat!

Manual

Please see the node-expat manual

Install

npm install node-expat

Testing

npm install -g standard
npm test

Benchmark

node benchmark.js

module ops/sec native XML compliant
sax-js 18,641
node-xml 49,257
libxmljs 95,169
node-expat 130,776
ltx/lib/parsers/ltx 172,596

Higher is better.