I want to do xml parsing in j2me for fetching data (sms, mms, location) from server to mobile. I am using Netbeans 6.8 as an IDE. It is not allowing me to import below 2 file:
import org.kxml.*;
import org.kxml.parser.*;
When I am trying to import xml it is showing me
import org.xml.sax.SAXParseException;
How can I use kxml parser class?
We have kxml to parse XML in ME env. Here is sample code with proper explanation
Here is what you exactly need.