Connecting Tech Pros Worldwide Help | Site Map

XMLTextWriter and XMLTextReader

amdrit
Guest
 
Posts: n/a
#1: Sep 27 '08
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.


amdrit
Guest
 
Posts: n/a
#2: Sep 27 '08

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.comwrote in message
news:OQw2n8OIJHA.1968@TK2MSFTNGP06.phx.gbl...
Quote:
>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.
>

Closed Thread