| Author |
problem in modification of the value in xml file
|
madhuri kunchala
Ranch Hand
Joined: Mar 30, 2010
Posts: 350
|
|
hi,
i developed Xml File using DOM..if user enter the values for modifcation it is modifying at the end of Xml file..but i need is what ever value the user enters it should search that value in Xml file and do modifications can any one help me out..here is my code..
modify.jsp
if user enters the 'Pack Name'..in the modify.jsp form..it goes to 'modify.java'..here is the code...can anyone check the code and help me out..
modify.java
waiting for the reply,
madhu.
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
|
|
If this was my problem I would put System.out.println statements at every point where the DOM is supposed to be modified, showing the value being modified.
Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: problem in modification of the value in xml file
|
|
|