tags:

views:

11

answers:

1

hello! 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 help me to find out how to update that xml file...........

A: 

if the xml file is within the jar file, you can't update it, but if it is outside the jar file then you can use FileConnection API

Mahdi Hijazi