# File lib/xtemplate/xpath.rb, line 52
      def unalt(val, *args)
        args.each{|arg|
          _unalt(arg)
        }
        val
      end