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