How to edit an XML file in JavaME using kXML?

Posted by cancelledout on Stack Overflow See other posts from Stack Overflow or by cancelledout
Published on 2010-05-26T07:58:29Z Indexed on 2010/05/26 8:01 UTC
Read the original article Hit count: 355

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about Xml

Related posts about java-me