''[JM] 4 Dec 2012'' - Here is a minimal example of [Web scraping] using [htmlparse] As I am a [RS] fan, I am getting a list of all his recent projects. * This is an unfinished code just to show the overall mechanism. * notice that I am getting just one link per bullet, so, for example, I am missing the link for [A pocket Wiki], which is the second link on the 5th bullet. see how ONLY [Profiling with execution traces] is being listed. * also, notice the error message "node "" does not exist in tree "t"" when there is no link on the bullet, as in "simplicite" getting as many links per bullet could be a good exercise for the reader. [wsWithImg1] As a side note, I used [LemonTree branch] to easily find the location of the bulleted list block that I am parsing. [wsWithImg2] **Ways of accessing the data** ***Walking the tree*** ======tcl package require struct package require htmlparse package require http namespace eval ::scraper { # The tag at $startNodePath should be a