I haven't used kxml, but one obvious difference is that kxml has been
optimized for J2ME with very small memory foot print. But StAX has not
been optimized specially for J2ME or small parsing needs. If you are not
looking for J2ME, then perhaps StAX is better since it can handle very
large XML files without any problem with good performance.
thanks
-Suresh
Thavarajah Kurinchikumaran wrote:
can anybody let me know the difference between stax and kxml pull
parser. I to know the difference between both in parsing xml file.And
which is the best one regarding performance