module Hpricot::Builder
def xhtml_html(attrs = {}, &block)
def xhtml_html(attrs = {}, &block) instruct! if @output_xml_instruction doctype(:html, *@@default[:tagset].doctype) tag!(:html, @@default[:root_attributes].merge(attrs), &block) end
def xhtml_html(attrs = {}, &block) instruct! if @output_xml_instruction doctype(:html, *@@default[:tagset].doctype) tag!(:html, @@default[:root_attributes].merge(attrs), &block) end