NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: stephen j ryan on September 27, 2013, 11:41:02 AM
-
hi everyone
i am using nettalk to download web pages
on those pages are table and column data
is there a way to access these columns and rows using string theory? or any other approach
we have a big bulky parser but its not ideal for this type of job.
many thanks
steve
-
Hi Stephen,
StringTheory is probably the best option here.
Cheers,
Rene
-
yeah, I've done thins with StringTheory on some pages, splitting first on <tr> and then on <td> and so on.
then removing all tags using the Replace method.
cheers
Bruce
-
Hi Steve,
We use XFiles to manage table data from some web pages with a known structure.
Works like a charm! It is then easy to manipulate the Xfile data!
FWIW,
Ron Jolda