instiki/vendor/plugins/HTML5lib
Jacques Distler 4dd70af5ae HTML5lib is Back.
Synced with latest version of HTML5lib, which fixes problem with Astral plane characters.
I should really do some tests, but the HTML5lib Sanitizer seems to be 2-5 times slower than the old sanitizer.
2007-05-30 10:45:52 -05:00
..
lib HTML5lib is Back. 2007-05-30 10:45:52 -05:00
tests HTML5lib is Back. 2007-05-30 10:45:52 -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