Attempting to fix HTML 5 doctype from XSLT using hsivonen's approach
svn path=/trunk/; revision=20338
This commit is contained in:
parent
4e48fd29d9
commit
4fe7bf8347
4
fsfe.xsl
4
fsfe.xsl
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user