Ward Cunningham example of recursively parsing HTML tables

July 19, 2015: Lately I have been thinking about writing a functional programming book, and if I decide to do that, I might include a variation of this Ward Cunningham example of how to parse HTML <table> tags recursively. His code is written in Java, and you can read about it here.

Photo D8
Ward Cunningham example of recursively parsing HTML tables