(emit-as-str e & {:as opts})
Emits the Element to String and returns it
Emits the Element to String and returns it
(indent-as-str e & {:as opts})
Emits the XML and indents the result. Writes the results to a String and returns it
Emits the XML and indents the result. Writes the results to a String and returns it
(invalid-xml-chars? s)
Checks if the xml string 's' contains invalid XML characters.
Checks if the xml string 's' contains invalid XML characters.
(string-input-source s)
Converts a string to a sax input source.
Converts a string to a sax input source.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close