Back

xhtml (clj)

(source)

macro

(xhtml options & contents)
Create a XHTML 1.0 strict document with the supplied contents. The first argument may be an optional attribute map. The following attributes are treated specially: `:lang` : The language of the document `:encoding` : The character encoding of the document (defaults to UTF-8).

Examples