recommended parser for XML in java(absolute beginner to xml)

Posted by poeschlorn on Stack Overflow See other posts from Stack Overflow or by poeschlorn
Published on 2010-05-06T14:05:56Z Indexed on 2010/05/06 14:08 UTC
Read the original article Hit count: 299

Filed under:
|
|

Hi Pro's, which parser (java) would you recommend for parsing GPX data? Im looking for a one that is very intuitive to use and should not need too much RAM (it seems that DOM requires too much, doesn't it?). I have no idea about parsing xml, so it is time for me to learn this ;-)

My documents are not very huge and are always read twice(a point for DOM), but I don't want to keep as few things as possible in RAM.

What would you do in this situation? Which one would you coose and why?

© Stack Overflow or respective owner

Related posts about Xml

Related posts about java