Name: | nodejs-sax |
Version: | 0.6.0 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | System Environment/Libraries |
Size: | 433437 |
License: | BSD and W3C |
RPM: |
nodejs-sax-0.6.0-1.el7.noarch.rpm
|
Source RPM: |
nodejs-sax-0.6.0-1.el7.src.rpm
|
Build Date: | Wed Nov 01 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/isaacs/sax-js |
Summary: | A streaming SAX-style XML parser in JavaScript for Node.js |
Description: | This is a SAX-style streaming XML parser in JavaScript for Node.js.
It is:
- A very simple tool to parse through an XML string.
- A stepping stone to a streaming HTML parser.
- A handy way to deal with RSS and other mostly-ok-but-kinda-broken XML docs. |