Hacker News new | ask | show | jobs
by sprsquish 6035 days ago
I've been trying to model libxml.js after Nokogiri. I wanted to get something built and working first. The next step is to expose libxml2's html parser.

Someone else has started working on find-by-CSS a la Nokogiri. I'll merge that into libxml.js when it's ready.

BTW, I'm looking for more help on this project. A new job has diminished the amount of time I can spend on OSS projects.

1 comments

Hi, thanks for working on this.

I went ahead and wrote a very simple test for HTML parsing and added an parseHTML() binding. I've sent you a pull request.

You can check out the commit here:

http://github.com/Maciek416/libxmljs/commit/87f28186cd4d2f2f...