(attr-str x)
Like clojure.core/str but escapes < > & and ".
Like clojure.core/str but escapes < > & and ".
(doc->str x)
Compile a document to s string.
Compile a document to s string.
(emit-comment! node)
Emit an html comment passed in map form.
Emit an html comment passed in map form.
(emit-dtd! {[name public-id system-id] :data})
Emit a dtd passed in map form.
Emit a dtd passed in map form.
(name-str n)
Return a string representation of a name (tag or attribute) in html.
Return a string representation of a name (tag or attribute) in html.
Html tag names of tags that are self closing.
Html tag names of tags that are self closing.
(with-implementation i & body)
Binds the dynamic var fr.jeremyschoffen.textp.alpha.html.compiler/*implementation*
to i
.
Binds the dynamic var [[fr.jeremyschoffen.textp.alpha.html.compiler/*implementation*]] to `i`.
(xml-str x)
Like clojure.core/str but escapes < > and &.
Like clojure.core/str but escapes < > and &.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close