Why does the following snippet does not work?
(html/select (:body (client/post "http://www.web.onpe.gob.pe/modElecciones/elecciones/elecciones2011/2davuelta/onpe/presidente/extras/provincias.php" {:form-params {"elegido" "010000"}})) [:option])
Do I have to do something with the html-string to turn it into a clojure datastructure first or something like that?