[MPlayer-DOCS] r28944 - trunk/DOCS/xml/html-common.xsl
reimar
subversion at mplayerhq.hu
Sat Mar 14 13:32:29 CET 2009
Author: reimar
Date: Sat Mar 14 13:32:28 2009
New Revision: 28944
Log:
Set DOCTYPE in xsl-generated HTML documentation.
Modified:
trunk/DOCS/xml/html-common.xsl
Modified: trunk/DOCS/xml/html-common.xsl
==============================================================================
--- trunk/DOCS/xml/html-common.xsl Sat Mar 14 09:11:03 2009 (r28943)
+++ trunk/DOCS/xml/html-common.xsl Sat Mar 14 13:32:28 2009 (r28944)
@@ -2,7 +2,9 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
-<xsl:output method="html" indent="no"/>
+<xsl:output method="html" indent="no"
+ doctype-system="http://www.w3.org/TR/html4/loose.dtd"
+ doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
<!-- **************
Set parameters
More information about the MPlayer-DOCS
mailing list