Is there a way to convert a large HTML document to a vector notation. So something that converts "<n1 a1='v1'><n2>Hello</n2><n1>" to [:n1 {:a1 = "v1"} [:n2 "Hello]].
I am using hiccup to generate HTML and need a way to convert existing HTML templates to the hiccup format. Thanks! Asim -- 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