module Nokogiri

def HTML4(...)

Convenience method for Nokogiri::HTML4::Document.parse
def HTML4(...)
  Nokogiri::HTML4::Document.parse(...)
end