# File rxml/xforms_transformer.rb, line 115
      def body(doc, title="", style=nil)
        # xforms style is external style 
        @view_buffer << '<style xmlns="http://www.mobio.com/ext" src="' << style << '"/>' if style  
        @view_buffer << "\n<body style=\"body\">" 
        yield doc
        @view_buffer << "</body>" 
      end