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