Check out the library clj-tagsoup: https://github.com/nathell/clj-tagsoup

   David

On Tue, Jul 12, 2011 at 11:10 AM, Asim Jalis <asimja...@gmail.com> wrote:
> 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

-- 
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

Reply via email to