clojure.xml

(source)
XML reading/writing.

For more info about this library see:

https://clojuredocs.org/clojure.core
Public Variable Short Description
*current* (clj)
*sb* (clj)
*stack* (clj)
*state* (clj)
attrs (clj)
content (clj)
content-handler (clj)
disable-external-entities (clj) Modifies a SAXParser to disable external entity resolution to prevent XXE attacks.
emit (clj)
emit-element (clj)
parse (clj) Parses and loads the source s, which can be a File, InputStream or String naming a URI.
sax-parser (clj) Create a new SAXParser.
startparse-sax (clj) A startparse function suitable for use with clojure.xml/parse.
startparse-sax-safe (clj) A startparse function suitable for use with clojure.xml/parse.
tag (clj)