开发者

Process xml without loading into memory

What is the best way to process XML if I can't afford to load the whole fi开发者_C百科le into memory?


Use an XmlReader and process element by element.


You can use XmlReader class, it doesn't load the whole document into memory. Here you can find the complete list of ways to deal with XML with examples and pros and cons for every technology used.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜