I just want to load only one node at a time into memory instead of loading the entire XML document. Please help me to find this. I have xml document like this..<Report><Data><Row>..</Row><Row>..</Row><Row>..</Row>
Here i get millions of rows like this and hence i need to load only one row at a time into memory. Is there any .Net class available? Thanks in advance
See the XMLReader class which