Simple Clojure XML edit
问题 Let's say I have a vector of maps [{:username "kbee" :firstname "Kay" :lastname "Bee"}, {:username "jcee" :firstname "Jay" :lastname "Cee"}] and i want to generate xml files for each map like the following <user> <username>kbee</username> <firstname>Kay</firstname> <lastname>Bee</lastname> </user> how do i use just the clojure core library to achieve this. (I looked at enlive and fleet but they seemed a little complicated for me.) ideally i'd like to do the following (map #(spit (str (