Hongtao Chi

Hongtao Chi

  • NA
  • 5
  • 2k

Parse the html source string to text as appeared in webpages

Jun 19 2013 9:19 AM
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...

Answers (4)