diff DOCS/xml/html-common.xsl @ 28909:e9555bd1a9fb

Set DOCTYPE in xsl-generated HTML documentation.
author reimar
date Sat, 14 Mar 2009 12:32:28 +0000
parents abde88225c3a
children 0f1b5b68af32
line wrap: on
line diff
--- a/DOCS/xml/html-common.xsl	Sat Mar 14 08:11:03 2009 +0000
+++ b/DOCS/xml/html-common.xsl	Sat Mar 14 12:32:28 2009 +0000
@@ -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