64. XHTML
To convert AsciiDoc to XHTML, set the backend to xhtml5.
Produce XHTML using the built-in HTML converter
asciidoctor -b xhtml5 document.adoc
To produce XHTML instead of HTML when using converter templates, set the htmlsyntax attribute to xml in addition to the backend option:
Produce XHTML using custom templates
asciidoctor -T /path/to/templates -b slides -a htmlsyntax=xml document.adoc