Search code examples
xmljava-mekxml2

How to edit an XML file in JavaME using kXML?


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


Solution

  • You WILL NOT be able to modify anything that is in the mobile application JAR file.
    You need to create a modified copy of the file and store it in an area you can write to (presumably, on the mobile phone file system).