@lib/scrape.l questions

2015-06-23 Thread Luis P. Mendes
Hi list, When scraping a website: : (scrape Urlbase 80 How) I want to go through every link to perform further parsing in some links, based in the first word of the tile of the link, but ran into some difficulties. Is this the right way to access each of the links? : (for L *Links (cond ((=T

Re: @lib/scrape.l questions

2015-06-23 Thread Alexander Burger
Hi Luis, I want to go through every link to perform further parsing in some links, based in the first word of the tile of the link, but ran into some difficulties. Is this the right way to access each of the links? : (for L *Links (cond ((=T (pre? Quarto (car L))) (scrape this link... ...