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

2009-08-23 Thread dmix
Thanks DTH. Fortunately the HTML I am parsing is clean and it's consistently the same pages being scraped. Saxon seems to be most in line with what I'm looking for (handles XPath 2.0), I'll have to try it out. Otherwise I might have to use a java library. -Dan On Aug 23, 3:53 am, DTH

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