module Hpricot::Traverse

def to_original_html

outputing new tags for elements which have changed.
Attempts to preserve the original HTML of the document, only
def to_original_html
  output("", :preserve => true)
end