Posted by newsreader on 11/19/84 11:47
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>whatever</fieldone>
<fieldtwo>wherever</fieldtwo>
</row>
</root>
..
..
..
Regards to the reader.
Navigation:
[Reply to this message]
|