# File lib/nokogiri/xml/node_set.rb, line 180
      def to_html
        map { |x| x.to_html }.join('')
      end