I am using a text editor in a website. (it is jHtmlArea) Some of the autors are copy-pasting text from word documents and it ends up with nasty office tags like following:
<h2 style="margin: 10pt 0cm 0pt;"><font size="4"><font color="#4f81bd">
<font face="Cambria">Detect if an email is already saved
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
<o:p></o:p></font></font></font></h2>
I want to clean this text when user submits the form using C# code. Just a bit more complication I want to keep some of the tags as some html editing is allowed (consider this as a white list):
