Wrappers for enlive to enable template specialisation and use xml.
Wrappers for enlive to enable template specialisation and use xml.
(defsnippet name source session args & forms)
A snippet returns a collection of nodes.
A snippet returns a collection of nodes.
(xml-emit f & args)
Emit a template, adding an XML Declaration.
Emit a template, adding an XML Declaration.
(xml-template source session args & forms)
A template returns a seq of string: Overridden from enlive to defer evaluation of the source until runtime, and to enable specialisation on node-type
A template returns a seq of string: Overridden from enlive to defer evaluation of the source until runtime, and to enable specialisation on node-type
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close