Hello to everyone,
Actually i am using XML as database to store value temporarily and later on it will be uploaded on the server and will be updated in the database, but currently i am having following problem.
1. I can save my data in the XML format in the local disk, but when i am editing some part node value, how can i override this value in the xml file.
If i made some changes in the VIF2 using edit form developed in SWING then how can i update it in the XML file.
The "edit" process should (1) read the file and (2) create a "new" file with the modification. Basically, the new file replaces the old file.
Rajesh k Jha
Ranch Hand
Joined: May 10, 2009
Posts: 67
posted
0
Hello William and Jimmy,
Thanks so much for your attention, I got my problem solved, as I was able to replace the node in memory but not in file, In google i got one help that i want to share with all
and then at last when all setting of node is done in memory
use below code to write it in the file
This will help someone as a solution to someone else...
Thanks again...