Y
yhlove
Hi
I'm trying to change element in xml file as described below:
the xml file:
----------------
<MyProg>
<Path>test1</Path>
</MyProg>
I want to change the element Path to test2 instead of test1
How can I do that ? Is there a function which gets full xml path and
new value and change the element in this path?
Thanks
yhlove
I'm trying to change element in xml file as described below:
the xml file:
----------------
<MyProg>
<Path>test1</Path>
</MyProg>
I want to change the element Path to test2 instead of test1
How can I do that ? Is there a function which gets full xml path and
new value and change the element in this path?
Thanks
yhlove