[fpc-pascal] Re: html scrapping library
ik
idokan at gmail.com
Tue Feb 15 18:08:29 CET 2011
On Tue, Feb 15, 2011 at 16:04, Ben <ben.smith.lists at gmail.com> wrote:
> What does a "html scrapping library" do?
>
I have a spelling error, it's HTML scraping, it means to read HTML (and few
other contents on the web), and extract information using for example CSS
elements (that is #id .class:first) will brings the first data inside of
"id" of the element with the "class" content.
Another way is to extract information using XPath (for xml).
At the end it's a data mining for specific type of information.
>
>
>
> --
>
> Ben.
>
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
Ido
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20110215/18f750fc/attachment.html>
More information about the fpc-pascal
mailing list