$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r68112 - in branches/release/tools/boostbook: . xsl
From: dnljms_at_[hidden]
Date: 2011-01-13 13:14:57
Author: danieljames
Date: 2011-01-13 13:14:55 EST (Thu, 13 Jan 2011)
New Revision: 68112
URL: http://svn.boost.org/trac/boost/changeset/68112
Log:
Merge boostbook - use a doctype in generated html.
Properties modified: 
   branches/release/tools/boostbook/   (props changed)
Text files modified: 
   branches/release/tools/boostbook/xsl/html-base.xsl |     5 ++++-                                   
   1 files changed, 4 insertions(+), 1 deletions(-)
Modified: branches/release/tools/boostbook/xsl/html-base.xsl
==============================================================================
--- branches/release/tools/boostbook/xsl/html-base.xsl	(original)
+++ branches/release/tools/boostbook/xsl/html-base.xsl	2011-01-13 13:14:55 EST (Thu, 13 Jan 2011)
@@ -9,7 +9,10 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision"
                 version="1.0">
-  
+
+  <xsl:param name="chunker.output.doctype-public">-//W3C//DTD HTML 4.01 Transitional//EN</xsl:param>
+  <xsl:param name="chunker.output.doctype-system">http://www.w3.org/TR/html4/loose.dtd>
+
   <xsl:param name="html.stylesheet">
     <xsl:choose>
       <xsl:when test = "$boost.defaults = 'Boost'">
 
$include_dir="/home/hyper-archives/boost-commit/include";
include("$include_dir/msg-footer.inc");
?>