Liking cljdoc? Tell your friends :D

org.soulspace.xml.util


emit-as-strclj

(emit-as-str e & {:as opts})

Emits the Element to String and returns it

Emits the Element to String and returns it
sourceraw docstring

indent-as-strclj

(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
sourceraw docstring

invalid-charsclj

source

invalid-xml-chars?clj

(invalid-xml-chars? s)

Checks if the xml string 's' contains invalid XML characters.

Checks if the xml string 's' contains invalid XML characters.
sourceraw docstring

string-input-sourceclj

(string-input-source s)

Converts a string to a sax input source.

Converts a string to a sax input source.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close