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

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

minify - Minimizing css files -

php - How to remove letter in front of the word laravel -