recommended parser for XML in java(absolute beginner to xml)
- by poeschlorn
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?