Re: Re: Convert HTML to Vector Notation

2011-07-12 Thread David Santiago
No problem. It's a key piece of one of my own libraries, so thank goodness it was already there when I found myself needing it. David On Tue, Jul 12, 2011 at 3:09 PM, Daniel Janus wrote: > Hey, thanks for recommending my library! :-) > Best, > Daniel > > -- > You received this message because

Odp: Re: Convert HTML to Vector Notation

2011-07-12 Thread Daniel Janus
Hey, thanks for recommending my library! :-) Best, Daniel -- 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 firs

Re: Convert HTML to Vector Notation

2011-07-12 Thread David Santiago
Check out the library clj-tagsoup: https://github.com/nathell/clj-tagsoup David On Tue, Jul 12, 2011 at 11:10 AM, Asim Jalis wrote: > Is there a way to convert a large HTML document to a vector notation. > So something that converts "Hello" to [:n1 > {:a1 = "v1"} [:n2 "Hello]]. > > I am using