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.
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.
Comment