Function: org-html-xhtml-p
org-html-xhtml-p is a byte-compiled function defined in ox-html.el.gz.
Signature
(org-html-xhtml-p INFO)
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-html.el.gz
;;; Internal Functions
(defun org-html-xhtml-p (info)
(let ((dt (downcase (plist-get info :html-doctype))))
(string-match-p "xhtml" dt)))