Thread: Parsing HTML
View Single Post
  #1  
Old 04-20-2012, 03:08 PM
TOWENS TOWENS is online now
Registered User
 
Join Date: 01-08-2007
Location: Denver
Posts: 5
Parsing HTML

I'm reading data from a SQL DB that is formated as HTML. Here is an example. I'm tryning to extract the 2 lines of text from the HTML. Any ideas?

<html><body><font color="#1F497D">This is line 1</font><br><font color="#1F497D">This is line 2</font></body></html>

Thanks,
Tom
Reply With Quote