Skip to content

Instantly share code, notes, and snippets.

Created December 25, 2012 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4372608 to your computer and use it in GitHub Desktop.
Save anonymous/4372608 to your computer and use it in GitHub Desktop.
(filter #(= "somevalue"(:itemprop (:attrs %)))
(html/select (html/html-resource (java.io.StringReader. "<div itemprop=\"somevalue\">sometext</div>")) [:div ]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment