htmltree-stringify

1.0.0 • Public • Published

htmltree-stringify

syntax tree (htmltree) -> xml/html

$ npm i --save htmltree-stringify
htmltree('<html><body onclick=foo></body></html>', function (err, doc) {
  var html = stringify(doc);
  console.log(html);
});

Readme

Keywords

none

Package Sidebar

Install

npm i htmltree-stringify

Weekly Downloads

4

Version

1.0.0

License

MIT

Last publish

Collaborators

  • poying