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