Stripping Hidden Codes out of String

Hi! I am rewriting something someone else did and am new to webM. I have an xml record (which holds EDIX12 standard stuff) which is the basis for a recordset output. I want to take that recordset output and strip any hidden codes (such as tabs, spaces, and hard line returns) out, so I have a stream of xml, for example,

not:

value

but rather:

value

Any idea how I do this?

Thanks a billion.

Jen

I figured it out. For anyone else who runs across this, I used notepad to put in the hard returns and then copied & pasted. A friend of mine also later said that I could have used the large editor on the input replacement string to put in a hard return, but I had already solved it by then.

Jen