[ANN] clj-tagsoup 0.3.0

2012-05-01 Thread Daniel Janus
Dear Clojurians, I have released version 0.3.0 of clj-tagsoup [1], the HTML parser for Clojure. clj-tagsoup is a wrapper around TagSoup [2] and can parse arbitrary (potentially malformed) HTML (or XML) into Clojure data structures. New in this release is the ability to lazily parse XML using

ANN: clj-tagsoup

2010-03-30 Thread Daniel Janus
Hi all, I would like to announce clj-tagsoup, a simple cl-html-parse workalike for Clojure. A quick example: (parse http://example.com;) = [:html {} [:head {} [:title {} Example Web Page]] [:body {} [:p {} You have