One of my colleagues just brought this to my attention: http://blog.whatwg.org/html5lib-010-released

I'm told (by someone I trust as knowledgeable in this area) that HTML 5 is getting a lot of broad support, with Google "contributing heavily". The announcement cited above provides Python and Ruby interfaces to html5lib, but there's no mention of a Perl module (and nothing on CPAN at the moment). This library was being suggested as a very good alternative to something called "BeautifulSoup", which the Python folks I know have been using up to now for parsing HTML data.

I wish I had time... (I've never built a module for this sort of thing before, so it would be an education for me if I did have the time.) Is anyone (planning on) working on this?


In reply to Is someone working on html5lib for Perl? by graff

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.