]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bug #1445304 indexterm in biblioentry not handled correctly
authorBob Stayton <bobs@sagehill.net>
Sun, 30 Apr 2006 08:49:50 +0000 (08:49 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 30 Apr 2006 08:49:50 +0000 (08:49 +0000)
in bibliography.mode.

xsl/fo/biblio.xsl

index 3ff735f884a961c21203cb0b94fc048980b4f1db..489a11cc18eaaa88161cb9c83fdb199283df7d51 100644 (file)
 </xsl:template>
 
 <xsl:template match="indexterm" mode="bibliography.mode">
-  <fo:inline>
-    <xsl:apply-templates mode="bibliography.mode"/>
-    <xsl:value-of select="$biblioentry.item.separator"/>
-  </fo:inline>
+  <xsl:apply-templates select="."/> 
 </xsl:template>
 
 <xsl:template match="invpartnumber" mode="bibliography.mode">
 </xsl:template>
 
 <xsl:template match="indexterm" mode="bibliomixed.mode">
-  <fo:inline>
-    <xsl:apply-templates mode="bibliomixed.mode"/>
-  </fo:inline>
+  <xsl:apply-templates select="."/> 
 </xsl:template>
 
 <xsl:template match="invpartnumber" mode="bibliomixed.mode">