Hacker News new | ask | show | jobs
by kyllo 4216 days ago
I'd love to see this in Clojure.

What do you mean by that? Can't you just parse XML into a Clojure map, transform it in Clojure, and then emit the result as XML again? Using this: https://github.com/clojure/data.xml

Or did you mean something else?