# File lib/xtemplate/xpath.rb, line 41 def alt(val, *args) args.each{|arg| if( _alt_exist?(arg) ) val = nil else _alt(arg) end } val end