Attempting to fix HTML 5 doctype from XSLT using hsivonen's approach

svn path=/trunk/; revision=20338
This commit is contained in:
ato 2011-04-25 11:58:44 +00:00
parent 4e48fd29d9
commit 4fe7bf8347
1 changed files with 3 additions and 1 deletions

View File

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