List:Commits« Previous MessageNext Message »
From:paul Date:November 2 2006 3:29pm
Subject:svn commit - mysqldoc@docsrva: r3830 - in trunk: . xsl.d
View as plain text  
Author: paul
Date: 2006-11-02 16:29:21 +0100 (Thu, 02 Nov 2006)
New Revision: 3830

Log:
 r15149@polar:  paul | 2006-11-02 09:27:27 -0600
 toc-entry harmonization with cert repo


Modified:
   trunk/xsl.d/make-toc-entries.xsl
   trunk/xsl.d/resolve-xref.xsl

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


Modified: trunk/xsl.d/make-toc-entries.xsl
===================================================================
--- trunk/xsl.d/make-toc-entries.xsl	2006-11-02 14:36:03 UTC (rev 3829)
+++ trunk/xsl.d/make-toc-entries.xsl	2006-11-02 15:29:21 UTC (rev 3830)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 992 bytes

@@ -3,7 +3,7 @@
 <!--
   Generate <toc-entry> elements from title elements of chapter,
   appendix, section, and sect[1-5] elements. Each element is created with
-  - a <toc-type> element indicating "Chapter", "Appendix", "Section"
+  - a <toc-section-type> element indicating "Chapter", "Appendix", "Section"
   - a <toc-number> element indicating the section number
   - a <toc-title> element indicating the section title
 

@@ -58,7 +58,7 @@
           <xsl:value-of select="@id"/>
         </xsl:attribute>
         <xsl:text>&#xA;  </xsl:text>
-        <xsl:element name="toc-type">
+        <xsl:element name="toc-section-type">
           <xsl:choose>
             <!-- preface sections are not numbered -->
             <xsl:when test="self::preface">


Modified: trunk/xsl.d/resolve-xref.xsl
===================================================================
--- trunk/xsl.d/resolve-xref.xsl	2006-11-02 14:36:03 UTC (rev 3829)
+++ trunk/xsl.d/resolve-xref.xsl	2006-11-02 15:29:21 UTC (rev 3830)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 851 bytes

@@ -14,7 +14,7 @@
 <!-- process specific <toc-entry> on demand, substituting contents -->
 <!-- this template is used to resolve cross-references -->
 
-<xsl:template match="toc-entry/toc-type">
+<xsl:template match="toc-entry/toc-section-type">
   <xsl:copy-of select="node()"/>
 </xsl:template>
 

@@ -56,7 +56,7 @@
         </xsl:variable>
         <xsl:if test="$toc-number != ''">
           <xsl:apply-templates
-            select="$toc-entry/toc-type"/>
+            select="$toc-entry/toc-section-type"/>
           <xsl:text> </xsl:text>
           <xsl:value-of select="$toc-number"/>
           <xsl:text>, </xsl:text>


Thread
svn commit - mysqldoc@docsrva: r3830 - in trunk: . xsl.dpaul2 Nov