List:Commits« Previous MessageNext Message »
From:paul Date:December 7 2007 2:13am
Subject:svn commit - mysqldoc@docsrva: r9180 - in trunk: . xsl.d
View as plain text  
Author: paul
Date: 2007-12-07 03:13:42 +0100 (Fri, 07 Dec 2007)
New Revision: 9180

Log:
 r33997@arctic:  paul | 2007-12-06 20:12:57 -0600
 Strip the <section> wrapper around <refentry> only if section has
 "fake-id-xxx" ID value.


Modified:
   trunk/xsl.d/map-refentry.xsl

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


Modified: trunk/xsl.d/map-refentry.xsl
===================================================================
--- trunk/xsl.d/map-refentry.xsl	2007-12-07 00:26:37 UTC (rev 9179)
+++ trunk/xsl.d/map-refentry.xsl	2007-12-07 02:13:42 UTC (rev 9180)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 559 bytes

@@ -72,7 +72,7 @@
   handled differentially depending on the $map.refentry.to.section value.
 -->
 
-<xsl:template match="section[child::refentry]">
+<xsl:template match="section[child::refentry and starts-with(@id, 'fake-id')]">
   <!-- process refentry children -->
   <xsl:apply-templates select="refentry"/>
 </xsl:template>


Thread
svn commit - mysqldoc@docsrva: r9180 - in trunk: . xsl.dpaul7 Dec