I am trying to do a bulk update where I copy the values of one tag to another but have not had any luck. Would appreciate any help that could be provided!
Here is an example of what want to do.
Old
<name>ABC</name>
<description>old text</description>
New
<name>ABC</name>
<description>ABC</description>
Thanks!
Please try the following solution based on XSLT.
It is using a so called Identity Transform pattern.
Notable points:
<description>elements.<description>elements will get value of the sibling<name>element.In the Notepad++ select the following option in the menu:
Input XML
XSLT 1.0
Output XML