Need to be able to deal with big XML files by dividing them into "bite
size" chunks. Eg, input file 20mb size, divide into 4mb chunks.
Anyone got any ideas as to the best way to
1. figure out how big an XML file is
2. divide into chunks of a pre-determined size
Any solution/ideas much appreciated, espec C#
Thanks!