Remove ASCII Value from 0-31 from the text
 StephenJun 10 2010 — edited Jun 11 2010
StephenJun 10 2010 — edited Jun 11 2010Hi All,
I am trying to create an xml using the xmltype function and for some reason it throwing a parsing error and finally I figured out that it is due to the data linl escape character (Ascii Character 16).
So i want to remove the ASCII values from 0-31 from my text before converting into XML. What is the best way to accomplish this task? 
Thanks,
VJ