HTML 5 offers a doctype called 'XSLT-compat'
svn path=/trunk/; revision=19427
This commit is contained in:
parent
9109bbde19
commit
9f548bb83f
2
fsfe.xsl
2
fsfe.xsl
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user