xhtml.xsl: HTML5 Doctype

This commit is contained in:
Astro 2010-09-25 02:54:22 +02:00
parent 879224a5e0
commit 784aed7f10
1 changed files with 3 additions and 2 deletions

View File

@ -14,11 +14,12 @@
<xsl:output method="xml"
version="1.0"
encoding="utf-8"
doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
doctype-system="DTD/xhtml1-strict.dtd"
indent="yes"/>
<xsl:template match="/page">
<xsl:text disable-output-escaping="yes">&lt;!DOCTYPE html&gt;
</xsl:text>
<xsl:variable name="title">
<xsl:choose>
<xsl:when test="/page/@pagetitle">