hickory.utils documentation
Miscellaneous utilities used internally.
lower-case-keyword
(lower-case-keyword s)
Converts its string argument into a lowercase keyword.
render-doctype
(render-doctype name publicid systemid)
Returns a string containing the HTML source for the doctype with given args. The second and third arguments can be nil or empty strings.