I am attempting to read a large XML document and I wanted to do it in chunks vs XmlDocument\'s way of reading the entire file into memory. I know I can use
XmlDocument
I believe there are no benefits using SAX at least due two reasons: