XML Editing seems not to work
Posted: Fri Sep 16, 2016 9:12 am
I have a very simple XML-File in the form of:
I want to update what is inside those b and c nodes. My XML Command looks like the image I attached to this thread.
I am totally lost it seems to do nothing. I tested some variations and looked at other samples but i am unable to get it to work. It is either not very intuitiv or it is broken (at least on my machine)
Code: Select all
<a>
<b>Text</b>
<c>Text</c>
</a>
I want to update what is inside those b and c nodes. My XML Command looks like the image I attached to this thread.
I am totally lost it seems to do nothing. I tested some variations and looked at other samples but i am unable to get it to work. It is either not very intuitiv or it is broken (at least on my machine)