# File lib/xtemplate/node.rb, line 196
    def rattrval(key)
      @attrs.reverse.each{|attr,val|
        if( attr == key )
          return val
        end
      }
      nil
    end