# File lib/nokogiri/xml/node.rb, line 739
      def to_html options = {}
        # FIXME: this is a hack around broken libxml versions
        return dump_html if %w[2 6] === LIBXML_VERSION.split('.')[0..1]

        options[:save_with] ||= SaveOptions::DEFAULT_HTML
        serialize(options)
      end