# File rxml/base_transformer.rb, line 202
    def table(doc, style="", xstyle="") 
      doc << "\n<table #{style}>"
      yield doc 
      doc << '</table>'
    end