[android-developers] Re: XML+XPath on Android using dom4j and Jaxen

2009-05-19 Thread matthias
I found that it works well for us... I didn't profile the memory consumption but I also didn't experience any noticeable system or app slow downs, so I didn't feel it was necessary. At the end of the day, it's pretty clear that you're trading in some performance for stability and ease of use here.

[android-developers] Re: XML+XPath on Android using dom4j and Jaxen

2009-05-19 Thread Zero
as much as i love dom4j (and i do!), how is performance on the hardware ? dom4j tends to suck in a lot of memory, so..uh..dunno. On May 19, 2:17 pm, Matthias wrote: > Hey guys, > > in case you're looking for easy and powerful XML parsing on Android, > you may be interested in > this:http://br