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