# node-expac-ns **Repository Path**: mpeople/node-expac-ns ## Basic Information - **Project Name**: node-expac-ns - **Description**: modify node-expat suport namespace - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-04-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-expat [![build status](https://img.shields.io/travis/node-xmpp/node-expat/master.svg?style=flat-square)](https://travis-ci.org/node-xmpp/node-expat/branches) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/) ## Motivation You use [Node.js](https://nodejs.org) for speed? You process XML streams? Then you want the fastest XML parser: [libexpat](http://expat.sourceforge.net/)! ## Manual Please see the [node-expat manual](http://node-xmpp.org/doc/expat.html) ## Install ``` npm install node-expat ``` ## Testing ``` npm install -g standard npm test ``` ## Benchmark ```node benchmark.js``` | module | ops/sec | native | XML compliant | |---------------------------------------------------------------------------------------|--------:|:------:|:-------------:| | [sax-js](https://github.com/isaacs/sax-js) | 18,641 | ☐ | ☑ | | [node-xml](https://github.com/dylang/node-xml) | 49,257 | ☐ | ☑ | | [libxmljs](https://github.com/polotek/libxmljs) | 95,169 | ☑ | ☑ | | **node-expat** | 130,776 | ☑ | ☑ | | [ltx/lib/parsers/ltx](https://github.com/node-xmpp/ltx/blob/master/lib/parsers/ltx.js)| 172,596 | ☐ | ☐ | Higher is better.