X-No-Archive
How do I quickly rename xml tags enmass without altering the contents
of the tag?
eg.
from:
<root>
<row>
<field>whatever </field>
<field>wherever </field>
</row>
..
..
..
</root>
to:
<root>
<row>
<fieldone>whate ver</fieldone>
<fieldtwo>where ver</fieldtwo>
</row>
</root>
..
..
..
Regards to the reader.
How do I quickly rename xml tags enmass without altering the contents
of the tag?
eg.
from:
<root>
<row>
<field>whatever </field>
<field>wherever </field>
</row>
..
..
..
</root>
to:
<root>
<row>
<fieldone>whate ver</fieldone>
<fieldtwo>where ver</fieldtwo>
</row>
</root>
..
..
..
Regards to the reader.
Comment