XMLTextWriter and XMLTextReader - XML SOAP
This is a discussion on XMLTextWriter and XMLTextReader - XML SOAP ; I am looking for a way to open an xmltextwriter to append to an existing
document. Currently I rename the existing document, then I created new one
and copy over all the existing documents nodes. I would rather avoid
renaming ...
-
XMLTextWriter and XMLTextReader
I am looking for a way to open an xmltextwriter to append to an existing
document. Currently I rename the existing document, then I created new one
and copy over all the existing documents nodes. I would rather avoid
renaming the files.
These files can become quite large so I need to avoid loading an xmldocument
as well.
Does anyone have a pointer for me to review?
Thanks in advance.
-
Re: XMLTextWriter and XMLTextReader
I think I am going to go with this concept
http://www.tkachenko.com/blog/archives/000053.html, I think it will suit my
needs just fine.
"amdrit" <amdrit@hotmail.com> wrote in message
news:OQw2n8OIJHA.1968@TK2MSFTNGP06.phx.gbl...
>I am looking for a way to open an xmltextwriter to append to an existing
>document. Currently I rename the existing document, then I created new one
>and copy over all the existing documents nodes. I would rather avoid
>renaming the files.
>
> These files can become quite large so I need to avoid loading an
> xmldocument as well.
>
> Does anyone have a pointer for me to review?
>
> Thanks in advance.
>