Hi All,
I have a file name configure.xml and its content is,
something similar like this.
So my Q? is, how to find and replace the value of IP and name in the configure.xml file according to the IP and name variable ?.
Please solve me out of this.
Regards
-dhanshet.
I have a file name configure.xml and its content is,
Code:
<xml> --- <IP="192.10.34.79" name="xyz"> ---- </xml>
So my Q? is, how to find and replace the value of IP and name in the configure.xml file according to the IP and name variable ?.
Please solve me out of this.
Regards
-dhanshet.
Comment