Skip to main content

indent

function

clojure.data.xml/indent

Available in:BBCLJ
(indent [e writer & opts])
Emits the XML and indents the result. WARNING: this is slow it will emit the XML and read it in again to indent it. Intended for debugging/testing only.

No examples yet. Be the first to add one!

Categories