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