Java XML Parser for huge files -


i need xml parser parse file approximately 1.8 gb.
parser should not load file memory.

any suggestions?

aside recommended sax parsing, use stax api (kind of sax evolution), included in jdk (package javax.xml.stream ).


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -