[fpc-announce] Free Pascal Contributed units modified entry.
(FastHtmlParse (Fast HTML Parser))
contribs at freepascal.org
contribs at freepascal.org
Sun Feb 18 19:13:49 CET 2007
The following entry in the Free Pascal contributed units was modified:
Name : FastHtmlParse (Fast HTML Parser)
Author : Lars (L505)
Email : fpcunits1(at)z505(dot)com
Homepage : http://z505.com
FTP site : http://z505.com/download/pascal/html/fast-html-parser.zip
Version : feb-18-2007
Date : 2007-02-18
Category : Internet
Supported OS : All (Linux, bsd, win, etc)
Description :
Fast HTML Parser. Was originally for GUI programs in Delphi, but I have created this package to work as a command line tool with freepascal (could easily work in GUI programs too).
<p>
This fast html parser can be used to dissect html into its pieces.
<p>
Example: if you want to find text inside the bold or Italic tag I show you how to do this in an older demo program <a href="http://positivesale.com/freePascal/HtmlPars/FastHtmlParse1.0.zip">here</a>.
<p>
If you want to grab content from other people's website using this parser, you could use it in FPC CGI programs.
<p>
Your code will be easier to maintain over the sloppy regex way of doing things since you can precisely grab content within tags or text zones.
Old demo http://positivesale.com/freePascal/HtmlPars/FastHtmlParse1.0.zip
More information about the fpc-announce
mailing list