# File rxml/xforms_transformer.rb, line 629
      def table_row(doc, style="", xstyle="")
        @view_buffer << "\n<m:rowlist col=\"auto\">"
        yield doc 
        @view_buffer << '</m:rowlist>'
      end