Documenting what we're doing for doctype

svn path=/trunk/; revision=19428
This commit is contained in:
ato 2011-01-23 15:17:24 +00:00
parent 9f548bb83f
commit a9b4a5df14

View File

@ -1,14 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<!--
<xsl:output method="html" encoding="utf-8" indent="yes"
doctype-public="-//W3C//DTD HTML 4.0 Transitional//EN"
doctype-system="http://www.w3.org/TR/REC-html40/loose.dtd"/>
-->
<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" />
<!-- The top level element of the input file is "buildinfo" -->