clj-apache-http not being found in classpath?

2009-08-28 Thread dmix
I am trying to play around with the clojure-twitter library (http:// github.com/mattrepl/clojure-twitter/tree) and it depends on clj-apache- http (http://github.com/rnewman/clj-apache-http/tree/master). So I cloned the repo, built it with ant and added the clj-apache- http.jar to my classpath.

Re: Clojure HTML Parser (Xpath) + HTTP client?

2009-08-23 Thread dmix
, simply use the javax.xml.* libraries above directly to load the document and evaluate the xpath. -DTH On Aug 23, 2:02 am, dmix liftedme...@gmail.com wrote: I am planning on migrating an app from ruby to clojure (for performance and to learn clojure) and before I proceed I wanted to make

Clojure HTML Parser (Xpath) + HTTP client?

2009-08-22 Thread dmix
I am planning on migrating an app from ruby to clojure (for performance and to learn clojure) and before I proceed I wanted to make sure a few libraries are available. One crucial part of the app is parsing a URL to return the pages HTML (htmlbody...etc). Then I need to grab a certain element