I am trying use Clojure and Enlive to extract content of p
html tag under condition that one of attributes has values I designated. Something like this
<p itemprop="description"> Some content I want to extract </p>
So I want to get Some content I want to extract
if itemprop="description"
.
I am very new to Clojure so help would be great.