Re: I am looking for xml parsing lib

2015-08-25 Thread Atamert Ölçgen
Just a general note: if a library is not updated for X months/years, it doesn't necessarily mean it's obsolete/totally useless. I sometimes do this myself too, but I've recently found a library that hasn't been updated for a looong time and it works perfectly fine. On Tue, Aug 25, 2015 at 11:31 AM

Re: I am looking for xml parsing lib

2015-08-25 Thread Josh Kamau
Thanks all. clojure.xml/parse worked for me. On Tue, Aug 25, 2015 at 1:52 AM, Jordan Schatz wrote: > Which is the recommended xml parsing lib for clojure? > > > I think you are after clojure.xml/parse > http://conj.io/store/v1/org.clojure/clojure/1.7.0/clj/clojure.xml/parse/ > and friends: > htt

Re: I am looking for xml parsing lib

2015-08-24 Thread Theodore Konukhov
I found this blog post very useful. It has a pretty great overview of XML parsing libs/techniques in Clojure. http://blog.korny.info/2014/03/08/xml-for-fun-and-profit.html - Theodore. On Monday, August 24, 2015 at 8:48:50 PM UTC+3, Josh Kamau wrote: > > Hello; > > Which is the recommended xml p

Re: I am looking for xml parsing lib

2015-08-24 Thread Jordan Schatz
> > Which is the recommended xml parsing lib for clojure? I think you are after clojure.xml/parse http://conj.io/store/v1/org.clojure/clojure/1.7.0/clj/clojure.xml/parse/ and friends: http://conj.io/store/v1/org.clojure/clojure/1.7.0/clj/clojure.core/xml-seq/ http://conj.io/store/v1/org.clojure/c

Re: I am looking for xml parsing lib

2015-08-24 Thread blake watson
I believe that's it, though. On Mon, Aug 24, 2015 at 10:48 AM, Josh Kamau wrote: > Hello; > > Which is the recommended xml parsing lib for clojure? > > clojure.data.xml was last updated 10months ago and is still on version > 0.0.8 > > Thanks > Josh > > -- > You received this message because you