rich text to plain text
if i have a database that contains rich text from a flex program how could i convert that rich text to just plain text to show in an HTML box?
so something like this (saved in a DB as rich text):
<b>***08/12/2010 09:09:05 AM***</b><br><i>John Doe has added a note:</i><br><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0">Testing, testing 123.</FONT></P></TEXTFORMAT><br>
To just look like this:
John Doe has added a note:
Testing, testing 123.
thanks!
