XMLTextWriter and XMLTextReader

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • amdrit

    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.


  • amdrit

    #2
    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:OQw2n8OIJH A.1968@TK2MSFTN GP06.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.
    >

    Comment

    Working...