Play audio slide show -- Keyboard shortcut: 'x'  Lecture overview -- Keyboard shortcut: 'u'  Previous page: Tree processing (1) -- Keyboard shortcut: 'p'  Next page: Recursion versus iteration -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home      Name binding, Recursion, Iteration, and Continuations - slide 19 : 42

Tree processing (2)

Tree processing is done via recursive functions

We illustrate how to extract all URLs from the a elements

link-extraction.scm
The link extraction functions.
link-extraction-dialogue
A link extraction dialogue.
Go to exercise
The function outline-copy