# File rxml/working/xforms_transformer.rb, line 182
      def instance_tag(doc, name)
        @model_buffer << "\n<xf:instance id=\"#{name}\"><data xmlns=\"\">"
        yield doc
        @model_buffer << '</data></xf:instance>'
      end