atom feed2 messages in net.java.dev.jwsdp.usersRe: diference between stax and kxml pull
FromSent OnAttachments
Thavarajah KurinchikumaranJul 22, 2005 4:02 am 
Suresh KumarJul 27, 2005 11:59 pm 
Subject:Re: diference between stax and kxml pull
From:Suresh Kumar (Sure@Sun.COM)
Date:Jul 27, 2005 11:59:46 pm
List:net.java.dev.jwsdp.users

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