XML Data

Open with Word/notepad. Press Ctrl+H to bring up the Replace box. Check case-sensitive. Type a in Find and A in Replace, and click Go. Repeat :p
Probably easier to temporarily merge them into one file so you only have to do all the replacing once, and there's probably a far easier way to do it, but it'll work.

But that would replace the tags too:

Original
Code:
<title>mr</title>

Updated
Code:
<TITLE>MR</TITLE>

I only want the data to be changed (in this case, the MR)
 
Back
Top Bottom