react-native-parse-html

WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node.js


Keywords
html, parser, html5, WHATWG, specification, fast, html parser, html5 parser, htmlparser, parse5, serializer, html serializer, htmlserializer, sax, simple api, parse, tokenize, serialize, tokenizer
License
MIT
Install
npm install react-native-parse-html@2.2.6

Documentation

react-native-parse-html

This is forked from parse5 in order to support react-native.

The original README follows.

parse5

WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node.js

Build Status NPM Version Downloads Downloads total

parse5 provides nearly everything you may need when dealing with HTML. It's the fastest spec-compliant HTML parser for Node to date. It parses HTML the way the latest version of your browser does. It has proven itself reliable in such projects as jsdom, Angular2, Polymer and many more.


Documentation

Version history

Online playground

Issue tracker