That obviously didn't work, let's try an alternative approach
svn path=/trunk/; revision=19439
This commit is contained in:
parent
c6e6cf5a16
commit
6ecd6ccae0
6
fsfe.xsl
6
fsfe.xsl
@ -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'><!DOCTYPE html></xsl:text>
|
||||
</xsl:template>
|
||||
|
||||
<!-- The top level element of the input file is "buildinfo" -->
|
||||
<xsl:template match="buildinfo">
|
||||
|
Loading…
Reference in New Issue
Block a user