Java XML Parser for huge files

Viewed 23135

I need a xml parser to parse a file that is approximately 1.8 gb.
So the parser should not load all the file to memory.

Any suggestions?

9 Answers
Related