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