I have an application that has to parse an XML. This XML is stored in a string may contain special characters. Is there any way to clean it. I know of replace, but that would also replace the starting and ending markers ('<', '>') of the tags. A sample xml tag may be:
<Message> Employee 1&2 earned >$20,000</Message>