Skip to content

Instantly share code, notes, and snippets.

@HakimCassimallyBBC
Created October 24, 2017 15:20
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 HakimCassimallyBBC/d625f13bf40576f68ee85aaa73963d34 to your computer and use it in GitHub Desktop.
Save HakimCassimallyBBC/d625f13bf40576f68ee85aaa73963d34 to your computer and use it in GitHub Desktop.
clojure zipper attributes?
(defn nodes-to-bequeath [parent]
(xml-> (zipper/xml-zip parent)
zipper/children
#(if (get-in % [:attrs ::pm/inherit]) % nil)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment