I have valid XHTML file (100 megabytes of data) with one large table. First tr are columns (for database), all other tr's are data. It is the only table in whole document and it is in structure html->body->div->table.
How can I parse it lazy way in Clojure?
I know about data.xml but because I am Clj beginner it is very difficult for me to let it work. Especially because REPL is very slow while working with such a big file.