Search found 1 match

by dblaze
Fri Feb 17, 2006 5:58 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Replacing XML Tags
Replies: 1
Views: 7503

Replacing XML Tags

Hi All, I need to insert a fixed string of characters before the actual tag value in an XML file. Here's what I want to do: <sometag>data</sometag> <anothertag /> needs to look like: <cmn:sometag>data</cmn:sometag> <cmn:anothertag /> I need the 'cmn:' inserted after the < or </ and before tag name. ...