Hi,
Need to replace an XML tag name contents, please provide any suggestions.
Scenario is :
Expected output :
We have many tag with different names & contents in a file or a string.
Please help on the above.
Thanks.
Need to replace an XML tag name contents, please provide any suggestions.
Scenario is :
Code:
<abc_def>Value_some_content</abc_def>
Code:
<abc:def>Value_some_content</abc:def>
Please help on the above.
Thanks.