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