sde
Well-known member
Here is my xml file: configs.xml
How can I get the info of 1 node by name, modify the path, and write it back to the xml file?
Code:
<configs>
<config name="foo">
<path>c:\mypath</path>
</config>
<config name="bar">
<path>c:\anotherpath</path>
</config>
</configs>
How can I get the info of 1 node by name, modify the path, and write it back to the xml file?