Skip to content

Instantly share code, notes, and snippets.

@martinklepsch
Last active August 29, 2015 14:02
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 martinklepsch/ccf07ccbd159dc2896dd to your computer and use it in GitHub Desktop.
Save martinklepsch/ccf07ccbd159dc2896dd to your computer and use it in GitHub Desktop.
(for [snippet snippets
idx (range (count snippets))]
(try
(parser/patentxml->map snippet)
(catch Exception e
(error xml-archive "::" idx))))))
;; (parser/patentxml->map snippet))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment