Hello,
I am working on blackberry java development. I am having a xml file:
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<url>www.test.com</url>
<username>testuser</username>
<password>sun123ARC</password>
<width>350</width>
<height>350</height>
</settings>
I want to change the inner text of all nodes. After saving when I open the xml file again, the saved data should open. How can I do that?