instiki/vendor/plugins/HTML5lib
Jacques Distler 3de374d6c1 More fixes, sync with HTML5lib
Do a better job with the wrapper <div>s added by xhtmldiff and Maruku's to_html_tree method.
More tests fixed.
2007-06-13 23:05:15 -05:00
..
lib More fixes, sync with HTML5lib 2007-06-13 23:05:15 -05:00
testdata More fixes, sync with HTML5lib 2007-06-13 23:05:15 -05:00
tests More fixes, sync with HTML5lib 2007-06-13 23:05:15 -05:00
LICENSE Many Minor Fixes 2007-06-12 17:37:55 -05:00
parse.rb More fixes, sync with HTML5lib 2007-06-13 23:05:15 -05:00
Rakefile.rb HTML5lib is Back. 2007-05-30 10:45:52 -05:00
README HTML5lib Sanitizer 2007-05-25 20:52:27 -05:00

= HTML5lib

== Basic Usage

    require 'html5lib'

    doc = HTML5lib.parse('<html>...</html>')

    doc.class # REXML::Document