Skip to content

Instantly share code, notes, and snippets.

@tLewisII
Created February 22, 2014 03:16
Show Gist options
  • Save tLewisII/9148129 to your computer and use it in GitHub Desktop.
Save tLewisII/9148129 to your computer and use it in GitHub Desktop.
(doseq [xml-content (:content xml)]
(spit file-name (:a-key xml-content))
(spit file-name (:another-key xml-content) :append true)
) ;;on last pass I need to spit an end marker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment