I´ve got a XML file with over 2000 pairs of lines with the following
structure:
<base loc="en" >TEXT TO COPY</base>
<tran loc="fr" origin=""></tran>
and I need to copy the text between the "base" tags into the "tran"
tags, like this:
<base loc="en" >TEXT TO COPY</base>
<tran loc="fr" origin="">TEXT TO COPY</tran>
In each one of the 2000+ pairs the text is different.
Is textpipe what I need? If anyone can throw a brief explanation, I´d
be most thankful
Fran