Skip to content

kissyteam/html-parser

Repository files navigation

html-parser

parse html into dom tree

modulex-json NPM downloads Build Status Coverage Status Dependency Status Bower version

browser support

use on node

var HtmlParser = require('../../');

console.log(HtmlParser.parse('<html><div>1</div><img src="http://g.cn"/></html>'));