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 reached this web page by typing
\"example.com\",\n\"example.net\",\n  or \"example.org\" into your web
browser."]
                     [:p {} "These domain names are reserved for use
in documentation and are not available \n  for registration. See "
                         [:a {:shape "rect", :href "http://www.rfc-
editor.org/rfc/rfc2606.txt"} "RFC \n  2606"]
                         ", Section 3."]]]

The code is on http://github.com/nathell/clj-tagsoup. I've pushed it
to Clojars, too.

Best regards,
Daniel Janus

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

To unsubscribe from this group, send email to 
clojure+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to