Connecting Tech Pros Worldwide Help | Site Map

XMLTextWriter and XMLTextReader

  #1  
Old September 27th, 2008, 11:25 PM
amdrit
Guest
 
Posts: n/a
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.


  #2  
Old September 27th, 2008, 11:45 PM
amdrit
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
XmlTextReader ReadChars can enter an infinate loop when reading st Rick answers 13 November 8th, 2006 08:15 PM
XmlTextWriter & Socket K Rege answers 3 November 12th, 2005 04:13 AM
XmlTextWriter and Text.Encoding.UTF8 issues H Lee answers 4 November 12th, 2005 04:07 AM
Problem using XmlTextReader and XmlTextWriter. Pete answers 3 November 12th, 2005 03:23 AM
XmlTextReader and C# using statement - Does this work okay? Russell Mangel answers 3 November 12th, 2005 03:16 AM