hi, I want to do xml parsing in j2me for fetching data(sms,mms,location) from server to mobile. I am using netbeans6.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 i showing me import org.xml.sax.SAXParseException;
How can i use kxml parser class.'
Please help me and send me sample code if possible.

Reply With Quote

