Okay guys, yes this did work ... but not exactly how I thought it was going to.

I want to be able to take whatever is in the "<'test'>" tags and replace it with whatever I choose to. So basically, if I have this:

Code:
< Receipt >
< test >D:\windows\folder1\< /test >
< /Receipt >



or if I have


Code:
< Receipt >
< test >C:\juicyfruit\dumplingsandgravey\< /test >
< /Receipt >




I want to be able to strip that whole thing out and replace it
with:

Code:
 < Receipt >
< test >D:\windows\folder44< /test >
< /Receipt >



Is there a way to just find the line that holds the "< test >" tags and replace what's between the "< test >" tags?

Thanks,

Faithful

P.S. The forum keeps removing my tags as soon as post, sorry about the extra spaces.