Comment on Use Node.js to Extract Data from the WebComments−nostrademons13yThere're also Node.js bindings for Gumbo if folks want HTML5 compliance:https://github.com/karlwestin/node-gumbo-parserIt might be interesting if someone were to implement a Cheerio-like API on top of that, as Cheerio has a nicer API but Gumbo's parser is more spec-compliant.
Comments
There're also Node.js bindings for Gumbo if folks want HTML5 compliance:
https://github.com/karlwestin/node-gumbo-parser
It might be interesting if someone were to implement a Cheerio-like API on top of that, as Cheerio has a nicer API but Gumbo's parser is more spec-compliant.