Regular expression - moving content between XML tags



I need a regular expression that moves content between XML tags. Here is the markup of the XML file: http://bit.ly/1Gyd1oR


As you can see within a record tag there is a title and content tag. Now I want to replace {title} in the content tag with the content of the title tag.


No comments:

Post a Comment