Liking cljdoc? Tell your friends :D

solita.common.xml


default-schema-languageclj


elementclj


emit-strclj


envelope-urlclj


get-contentclj

(get-content xml path)

Similar to get-in-xml, but returns the first content at the end of the path. Meant to be used when it's expected that there's a leaf element at the end of the path.

Similar to get-in-xml, but returns the first content at the end of the path.
Meant to be used when it's expected that there's a leaf element at the end
of the path.
raw docstring

get-in-xmlclj

(get-in-xml xml path)

Similar to get-in in core but works with xml. Keywords filter elements by tag type while integers choose elements using index. Multiple keywords in succession will default to first tag of that type, meaning that [:a :b :c] is essentially same as [:a 0 :b 0 :c]

Similar to get-in in core but works with xml. Keywords filter elements by
tag type while integers choose elements using index. Multiple keywords in
succession will default to first tag of that type, meaning that [:a :b :c]
is essentially same as [:a 0 :b 0 :c]
raw docstring

input-stream->xmlclj

(input-stream->xml is)

load-schemaclj

(load-schema s local?)

qnameclj


schema-factoryclj


schema-validationclj

(schema-validation xml schema)

with-kebab-case-tagsclj

(with-kebab-case-tags xml)

with-soap-envelopeclj

(with-soap-envelope xml)

without-soap-envelopeclj

(without-soap-envelope {:keys [content] :as xml})

xml->stream-sourceclj

(xml->stream-source xml)

xml?clj

(xml? x)

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

× close