# File lib/xtemplate/xml.rb, line 263 def tag_start(name, attrs) push_tag(name) attrs.each{|attr,val| push_attr(attr) push_attrval(val) } end