thanks for helping. I'm not a programmer, but i understand basic principles. i need to do this in a bunch of xml files. i'm certain xpath pl or xtask or some combination using regex, could pull this off, but i'm lost. does anyone have any ideas? thanks!
Here is the scope:
Copy the from the “scc_title” element to the “scc_comments” element. The scc_comments element is usually empty. if it isn't i still need it to append it to the current content.
<property name="scc_title" type="s">NEED TO COPY THIS TEXT</property>
<property name="scc_comments" type="s">AND PASTE IT HERE</property>
<property name="scc_comments" type="s">AND PASTE IT HERE</property>
– user252328 Feb 25 '14 at 22:13