How to open and edit an existing XML file? I would like to change some values, for example:
<address>myaddr</address>
For example, I would like to put loreal instead of myaddr. I work in C #. I would appreciate it if you could show me the code.
source
share