I have a simple problem that, i want to update/modify the content of an xml node using python. I am using python 3.6 version.
I want to write a python script that, will modify the status node content to "On" and directoryName node to "Users/
<main>
<status>off</status>
<directoryName>nothing</directoryName>
</main>