instiki/vendor/plugins/HTML5lib
Jacques Distler 3bf560c3b3 Updated to Latest HTML5lib
Synced with latest HTML5lib.
Added some RDoc-compatible documentation to the sanitizer.
2007-06-08 17:26:00 -05:00
..
lib Updated to Latest HTML5lib 2007-06-08 17:26:00 -05:00
tests Updated to Latest HTML5lib 2007-06-08 17:26:00 -05:00
parse.rb REXML Trees 2007-06-05 16:34:49 -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