On Tue, Feb 15, 2011 at 16:04, Ben <ben.smith.li...@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@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>

Ido
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to