On Sun, Feb 19, 2012 at 2:37 PM, Levi Campbell <[email protected]> wrote: > For a project I'm working on, I need a library that can produce xml, I > was using clojure.xml/emit but the stackoverflow question > http://stackoverflow.com/questions/4440523/what-happened-to-closure-xml-emit > told me that I need to look elsewhere. Does anyone have any > suggestions? Thank you for your time.a
We're waiting on an infrastructure change on build.clojure.org so that clojure.data.xml can be built against Java 6 (it uses a Java 6 library for performance reasons and the current JDK used for all the other builds is Java 5). Once that happens, clojure.data.xml should be on Maven Central and usable. FWIW, I'm using hiccup to emit XML but I'm constructing the input data structures from scratch, rather than parsing XML and modifying it. -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ World Singles, LLC. -- http://worldsingles.com/ "Perfection is the enemy of the good." -- Gustave Flaubert, French realist novelist (1821-1880) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
