ฉันจะทำอย่างไรหมดจดกำหนดประเภทเอกสารของไฟล์เป็น HTML5 ที่<!DOCTYPE html>
ผ่าน XSLT (ในกรณีนี้กับcollective.xdv )
สิ่งต่อไปนี้ซึ่งเป็นสิ่งที่ดีที่สุดที่ Google foo ของฉันสามารถหาได้:
<xsl:output
method="html"
doctype-public="XSLT-compat"
omit-xml-declaration="yes"
encoding="UTF-8"
indent="yes" />
ผลิต:
<!DOCTYPE html PUBLIC "XSLT-compat" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">