[fpc-pascal] Re: html link extractor

2007-07-03 Thread L
> > Is there a unit somewhere that can extract links from html pages? I want > > to be able to recursively add pages to a chm archive. > > I created a program called GetLinks in a couple minutes: Updated the files and changed the htmlutil functions a bit. Also, created a recursive example that us

Re: [fpc-pascal] Re: html link extractor

2007-07-02 Thread Andrew Haines
L wrote: > Andrew Haines wrote: >> Is there a unit somewhere that can extract links from html pages? I want >> to be able to recursively add pages to a chm archive. > > I created a program called GetLinks in a couple minutes: > http://opensvn.csie.org/pspcgi/general-utilities/parser/html/demo/getl

[fpc-pascal] Re: html link extractor

2007-07-02 Thread L
Andrew Haines wrote: > Is there a unit somewhere that can extract links from html pages? I want > to be able to recursively add pages to a chm archive. I created a program called GetLinks in a couple minutes: http://opensvn.csie.org/pspcgi/general-utilities/parser/html/demo/getlinks.pas Latest ht