I have to read 500K rows from a xml file and have to parse that xml .The xml is of size 30 MB.
When we have perform that parsing it gives us Out Of memory Error . Is there anyway or mechanism that can be suggested
I have to read 500K rows from a xml file and have to parse
Share
Take a look at SAX and StAX approaches.