Back

write-document (clj)

(source)

function

(write-document swriter events opts)
Writes the given event seq as XML text to writer. Options: :encoding <str> Character encoding to use :doctype <str> Document type (DOCTYPE) declaration to use

Examples