(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.
(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]
(input-stream->xml is)
(load-schema s local?)
(schema-validation xml schema)
(with-kebab-case-tags xml)
(with-soap-envelope xml)
(without-soap-envelope {:keys [content] :as xml})
(xml->stream-source xml)
(xml? x)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close