]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bug in segmentedlist title when segmentedlist.as.table set.
authorBob Stayton <bobs@sagehill.net>
Thu, 12 Dec 2002 23:25:06 +0000 (23:25 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 12 Dec 2002 23:25:06 +0000 (23:25 +0000)
xsl/fo/lists.xsl

index b2bd00955dd348d7131841b7a8f3af6276bb91db..8af0b846afa23d69736c0e9ecad17556ebd2067f 100644 (file)
 </xsl:template>
 
 <xsl:template match="segmentedlist/title">
-  <fo:block font-weight="bold">
-    <xsl:apply-templates/>
-  </fo:block>
+  <xsl:apply-templates select="." mode="list.title.mode" />
 </xsl:template>
 
 <xsl:template match="segtitle">
 </xsl:template>
 
 <xsl:template match="segmentedlist" mode="seglist-table">
-  <xsl:apply-templates select="title" mode="seglist-table"/>
+  <xsl:apply-templates select="title" mode="list.title.mode" />
   <fo:table>
     <fo:table-header>
       <fo:table-row>