Preferred DOM library for parsing html pages with node.js?
I'm looking for libraries that parse html pages ( with some leniency, not strict xml parsers ). Can anyone recommend any?
Edit: Came across开发者_高级运维 jsdom
I recently heard about jsdom via Video: Elijah Insua — jsdom: a CommonJS Implementation of the DOM from the Yahoo Developer Network.
精彩评论