Evaluates exprs in a context in which *out* is bound to a fresh Str
(defn emit [x] (println "") (emit-element x))
this one have a problem when trying to export xml with string containing & etc (should be escaped). Contribs prxml has this functionality.
A 1.3 compatible version of prxml can be found here:
https://github.com/weissjeffm/clojure.prxml
Comments top
2 comment(s) for emit.
this one have a problem when trying to export xml with string containing & etc (should be escaped). Contribs prxml has this functionality.
A 1.3 compatible version of prxml can be found here:
https://github.com/weissjeffm/clojure.prxml