<div dir="ltr">
<br><br><div class="gmail_quote">On Tue, Feb 15, 2011 at 16:04, Ben <span dir="ltr"><<a href="mailto:ben.smith.lists@gmail.com">ben.smith.lists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

What does a "html scrapping library" do?<br></blockquote><div><br>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.<br>

<br>Another way is to extract information using XPath (for xml). <br><br>At the end it's a data mining for specific type of information.<br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


<font color="#888888"><br>
<br>
<br>
--<br>
<br>
            Ben.<br>
<br>
_______________________________________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br>
</font></blockquote></div><br>Ido<br></div>