That obviously didn't work, let's try an alternative approach

svn path=/trunk/; revision=19439
This commit is contained in:
ato 2011-01-23 15:34:45 +00:00
parent c6e6cf5a16
commit 6ecd6ccae0

View File

@ -4,7 +4,11 @@
<xsl:import href="tools/xsltsl/translations.xsl" />
<!-- HTML 5 with UTF-8 encoding, using XSLT fallback doctype mode -->
<xsl:output method="html" encoding="utf-8" indent="yes" doctype-public="XSLT-compat" />
<xsl:output method="html" encoding="utf-8" indent="yes" /> <!-- doctype-public="XSLT-compat" /> -->
<xsl:template match="/">
<xsl:text disable-output-escaping='yes'>&lt;!DOCTYPE html></xsl:text>
</xsl:template>
<!-- The top level element of the input file is "buildinfo" -->
<xsl:template match="buildinfo">