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