# File rxml/working2/base_transformer.rb, line 228
      def table_cell(doc, style="", xstyle="")
        doc << "<td #{style}>" 
        yield doc
        doc << '</td>'
      end