Hi, i want to remove special characters like \,",' from a text node in the xml. May i know how to do this with replacetext processor.
xml path is something like this and i need to strip special character from the comment text.
<Producer>
<Individual>
<BusinessProcesses>
<BusinessProcess>
<Comment>| 8/2/10 project. code needs to be in TX. SM |

"8/2/10" \ Kaplan study materials ordered . SM |</Comment>
</BusinessProcess>
</BusinessProcesses>
</Individual>
</Producer>