# File lib/nokogiri/xml/node.rb, line 741
      def to_html options = {}
        to_format SaveOptions::DEFAULT_HTML, options
      end