List:Internals« Previous MessageNext Message »
From:paul Date:April 19 2005 12:30am
Subject:bk commit - mysqldoc tree (paul:1.2880)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.2880 05/04/18 19:30:45 paul@stripped +1 -0
  Add DOCTYPE to -prepped documents so .valid
  target can be applied to them.

  xsl.d/dbk-prep.xsl
    1.4 05/04/18 19:29:58 paul@stripped +8 -1
    Add DOCTYPE to -prepped documents so .valid
    target can be applied to them.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	paul
# Host:	frost.snake.net
# Root:	/Volumes/frost2/MySQL/bk/mysqldoc

--- 1.3/xsl.d/dbk-prep.xsl	2005-02-19 12:30:57 -06:00
+++ 1.4/xsl.d/dbk-prep.xsl	2005-04-18 19:29:58 -05:00
@@ -19,7 +19,14 @@
 
 -->
 
-<xsl:output method="xml" encoding="utf-8"/>
+<xsl:output
+    method="xml"
+    version="1.0"
+    encoding="utf-8"
+    standalone="no"
+    doctype-public="-//OASIS//DTD DocBook XML V4.3//EN"
+    doctype-system="http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+/>
 
 <xsl:preserve-space elements="*"/>
 
Thread
bk commit - mysqldoc tree (paul:1.2880)paul19 Apr