# File rxml/base_transformer.rb, line 178
      def textarea(doc, txt="", options={}) 
        doc << "\n<textarea #{options[:style]} name=\"#{options[:id]}\">" << txt << "</textarea>"
      end