Skip to main content

emit

function

clojure.data.xml/emit

Available in:BBCLJ
(emit [e writer & {:as opts}])
Prints the given Element tree as XML text to stream. Options: :encoding <str> Character encoding to use :doctype <str> Document type (DOCTYPE) declaration to use

No examples yet. Be the first to add one!

Categories