Liking cljdoc? Tell your friends :D

pallet.enlive

Wrappers for enlive to enable template specialisation and use xml.

Wrappers for enlive to enable template specialisation and use xml.
raw docstring

deffragmentcljmacro

(deffragment name args & forms)
source

defsnippetcljmacro

(defsnippet name source session args & forms)

A snippet returns a collection of nodes.

A snippet returns a collection of nodes.
sourceraw docstring

eltclj

(elt tag)
(elt tag attrs & content)
source

memo-xml-resourceclj

source

transform-ifcljmacro

(transform-if expr transform)
source

transform-if-letcljmacro

(transform-if-let binding transform)
source

transform-nodescljmacro

(transform-nodes [nodes] & forms)
source

xml-emitclj

(xml-emit f & args)

Emit a template, adding an XML Declaration.

Emit a template, adding an XML Declaration.
sourceraw docstring

xml-templatecljmacro

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

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

× close