List:Commits« Previous MessageNext Message »
From:paul Date:October 30 2006 10:00pm
Subject:svn commit - mysqldoc@docsrva: r3804 - in trunk: . xsl.d
View as plain text  
Author: paul
Date: 2006-10-30 23:00:51 +0100 (Mon, 30 Oct 2006)
New Revision: 3804

Log:
 r15027@polar:  paul | 2006-10-30 16:00:10 -0600
 Update from cert repo


Modified:
   trunk/xsl.d/dbk-prep.xsl

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:15008
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:11409
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10957
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:15027
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:11409
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10957


Modified: trunk/xsl.d/dbk-prep.xsl
===================================================================
--- trunk/xsl.d/dbk-prep.xsl	2006-10-30 21:47:47 UTC (rev 3803)
+++ trunk/xsl.d/dbk-prep.xsl	2006-10-30 22:00:51 UTC (rev 3804)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 0; 865 bytes

@@ -111,6 +111,7 @@
     match="remark[not(@role)]
                     |remark[@role='note']
                     |remark[@role='todo']
+                    |remark[@role='production-directive']
                     ">
     <xsl:choose>
       <xsl:when test="$map.remark.to.para = 0">

@@ -130,6 +131,9 @@
             <xsl:when test="@role = 'todo'">
               <xsl:text>TODO</xsl:text>
             </xsl:when>
+            <xsl:when test="@role = 'production-directive'">
+              <xsl:text>PRODUCTION:</xsl:text>
+            </xsl:when>
             <xsl:otherwise>
               <xsl:text>REMARK</xsl:text>
             </xsl:otherwise>


Thread
svn commit - mysqldoc@docsrva: r3804 - in trunk: . xsl.dpaul30 Oct