show-html-expansion
*attribute-quote-char*
*prologue*
+ *html-empty-tag-aware*
+ *html-empty-tags*
*downcase-tags-p*
esc
fmt
@@ -548,6 +550,27 @@
[Special variable]
+
*html-empty-tag-aware*
+
+
+ +
+Set toNIL
to if you want to use cl-who as a strict XML +generator. Otherwise, CL-WHO will only close empty tag defined in +*html-empty-tags* with<tag/>
(XHTML mode) or<tag>
(SGML mode). For +all other tags, it will always generate<tag></tag>
. The default isT
. +
[Special variable]
+
*html-empty-tags*
+
+
+ +
+List of html tags that should close by itself. +The default values are +'(:base :basefont :br :frame :hr :img :input :isindex :link :meta :nextid :range + :spacer :wbr :audioscope :area :param :keygen :col :limittext :spot :tab :over + :right :left :choose :atop :of) +
[Special variable]
*downcase-tags-p*