I have an xml file with multiple nodes:
<member>
<screen_name>User</screen_name>
<username>username</username>
</member>
What I want tis to find an replace User with User1,User2,User(n) and username with username1,username2, username(n)
Is that possible?
Apply this XSL template to your XML files (there are several command line tools that can do this)