4dd70af5ae
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. |
||
---|---|---|
.. | ||
lib | ||
tests | ||
Rakefile.rb | ||
README |
= HTML5lib == Basic Usage require 'html5lib' doc = HTML5lib.parse('<html>...</html>') doc.class # REXML::Document