K
Katrin Tomanek
Hi everybody,
I've got a really big XML File (about 215 MBytes), which I have to parse.
So, my question is: what would be the best solution: DOM, SAX, JDOM ???
Anything else ? And is it possible at all to parse this huge kinda XML
files ?
I already tried JDOM, i did set my jvm to 512 MB of RAM, but still after
one hour I got an out-of-memory exception.
I thought that maybe SAX might be better, since it is not tree-based.
What do you think according to 215 MB files ?
ok, i am happy about every answer and hint i can get, thanx in advance
Katrin
I've got a really big XML File (about 215 MBytes), which I have to parse.
So, my question is: what would be the best solution: DOM, SAX, JDOM ???
Anything else ? And is it possible at all to parse this huge kinda XML
files ?
I already tried JDOM, i did set my jvm to 512 MB of RAM, but still after
one hour I got an out-of-memory exception.
I thought that maybe SAX might be better, since it is not tree-based.
What do you think according to 215 MB files ?
ok, i am happy about every answer and hint i can get, thanx in advance
Katrin