Java Code
Hi All,
I have one XML file. In this file I have given
Search String : Oracle
Replace with : Java
I want to write a program in Java with this XML file.Here It will ask search String name and Replace String Name So I need to replace the string with the given one.
Please give me the solution for this.
Thank you
|