I am currently writing a program where I take html source code string and convert it to text for display.
For example, all the html tags need to be removed and links such as <a href = "http://www...."> should be displayed as hyperlink in blue.
Any suggestions on how to do this? I am really stuck...