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