HTML 5 offers a doctype called 'XSLT-compat'

svn path=/trunk/; revision=19427
This commit is contained in:
ato 2011-01-23 15:15:29 +00:00
parent 9109bbde19
commit 9f548bb83f

View File

@ -9,7 +9,7 @@
-->
<xsl:import href="tools/xsltsl/translations.xsl" />
<xsl:output method="html" encoding="utf-8" indent="yes" /> <!--doctype-public="html" />-->
<xsl:output method="html" encoding="utf-8" indent="yes" doctype-public="XSLT-compat" />
<!-- The top level element of the input file is "buildinfo" -->
<xsl:template match="buildinfo">