How to Find/Replace an XML tag
Posted: Wed Aug 29, 2012 9:51 pm
How do you Find/Replace an XML tag as follows:
Text to Find: <root>
Replace with: <Module>
Note: Module is inside the root XML block. And we want to replace "root" with actual content of <Module>some content</Module>.
Is some special expression needed?
Text to Find: <root>
Replace with: <Module>
Note: Module is inside the root XML block. And we want to replace "root" with actual content of <Module>some content</Module>.
Is some special expression needed?