Edit very large xml files in c#
Posted
by Matt
on Stack Overflow
See other posts from Stack Overflow
or by Matt
Published on 2010-05-20T12:55:34Z
Indexed on
2010/05/20
15:30 UTC
Read the original article
Hit count: 283
Hi
I would like to create a text box which loads xml files and let users edit them. However, I cannot use XmlDocument to load since the files can be very large. I am looking for options to stream/load the xml document in chunks so that I do not get out of memory errors -- at the same time, performance is important too. Could you let me know what would be good options?
Thanks in advance for your help! Matt
© Stack Overflow or respective owner