Hello,

I'm trying to enter new information in a specific node in a xml file. This is the structure of the xml file:

<Root>
<Title 1>
<Title 2></Title 2>
</Title 1>
</Root>

How would I update <Title 2></Title 2> field?

Thanks in advance.