W
worlman385
I need to parse the following HTML page and extract TV listing data
using VC++
http://tvlistings.zap2it.com/tvlistings/ZCGrid.do
any good way to extract the data?
is easy for VC++ to call PERL script and do some regular expression?
since the HTML page is not XML well formed, I cannot use a XML parser
right?
any other good ways to extract HTML page data?
using VC++
http://tvlistings.zap2it.com/tvlistings/ZCGrid.do
any good way to extract the data?
is easy for VC++ to call PERL script and do some regular expression?
since the HTML page is not XML well formed, I cannot use a XML parser
right?
any other good ways to extract HTML page data?