# File rxml/xforms_transformer.rb, line 668
      def tab(doc, xstyle='width="100%" height="100%" style="tabbody"')
        @view_buffer << "<m:tab #{xstyle}>"
        yield doc
        @view_buffer << '</m:tab>'
      end