Jeremias Maerki wrote:
Sure: Stream processing. But I don't know if you have SAX (or something
similar) on .NET.
Yes .Net does have a SAX equivalent: XmlReader. Which IMHO is not as
elegant as a ContentHandler but can be used instead of XmlDocument to
process large XML Files.
On 04.06.2008 03:42:39 Martin Edge wrote:
My latest problem is the Intermediate file is 800Mb.. and when loading into
XmlDocument's Load method.. I run out of memory..
Guess I'll have to try and figure out how the heck you read/modify files of
this size in c#
<snip/>
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]