Quantcast
Channel: UNIX and Linux Forums
Viewing all articles
Browse latest Browse all 16232

XML tag name content replacement

$
0
0
Hi,

Need to replace an XML tag name contents, please provide any suggestions.

Scenario is :
Code:

<abc_def>Value_some_content</abc_def>
Expected output :
Code:

<abc:def>Value_some_content</abc:def>
We have many tag with different names & contents in a file or a string.
Please help on the above.

Thanks.

Viewing all articles
Browse latest Browse all 16232

Trending Articles