Edit very large xml files
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/23
13:11 UTC
Read the original article
Hit count: 302
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?
© Stack Overflow or respective owner