kXML « XML file « Java I/O Q&A





1. How to edit an XML file in JavaME using kXML?    stackoverflow.com

kXML is an alternative XML parser I chose to use for JavaME apps. The XML file to be editted is inside the mobile app's own JAR. I'm using CLDC profile. Please help

2. editing a xml file with j2me using kxml    stackoverflow.com

i m developing a j2me appplication in which first i have to extract some data from the xml file and after that updat that xml file with certain elemntal values....... pls ...