# File rxml/working2/base_transformer.rb, line 193 def link(doc, href, txt="", args={}) doc << "\n<a href=\"#{href}\" #{args[:style]}" doc << ">" << txt << '</a>' end