hi, I've got an xml file and I want to be able to append new entries to the file. Do I have to load the entire xml file into memory, add the entry, then write the whole file back out? I'm sure there has to be a better way, but the only way I know how to work with xml files in .net is the xpath navigator, which requires me to write out a whole new file each time I want to make a change.
can someone tell me a better way? thanks a bunch!
-SelArom
can someone tell me a better way? thanks a bunch!
-SelArom