node-htmlparser icon indicating copy to clipboard operation
node-htmlparser copied to clipboard

Forgiving HTML/XML/RSS Parser in JS for *both* Node and Browsers

Results 53 node-htmlparser issues
Sort by recently updated
recently updated
newest added

I've added a method to reconstruct the original HTML, which may be useful. It's probably not 100% featureful (eg I'm not sure how it would handle namespaces etc), but it...

Fix in 1.8

Hello tautologistics! I am migrationBot, an [open-source](https://github.com/blakmatrix/node-migrator-bot) bot, and I'm here to help you migrate your codebase to node v0.8! Did you know that the "sys" module throws an error...

``` npm WARN [email protected] package.json: bugs['web'] should probably be bugs['url'] ```

`node-htmlparser` parses these two codes in the same way! ``` html Copyright content ``` ``` html Copyright content ```

This makes single\double quote works. Sorry, I'm new on git and don't really know how it works.

peek() is required for streaming parsers. In browsers, the live DOM (document.*) must be updated with new output from the HTML parser in these situations (and possibly others): 1 Done...

Fix in 1.8

This change adds DomUtils.printHtml and DomUtils.toHtml helper functions that print the passed-in dom tree as html, trying to preserve the original tree as much as possible (if verbose = true).

The sys module is deprecated and spews a warning on stdout on node 0.6. Changed it's name to util, which is the new name. Also works on 0.4 (at least...

Hi! I made some changes which makes the htmlparser compatible with RequireJS and I also added two test runners for that environment. All I had to do was remove the...

Fix in 1.8