]> granicus.if.org Git - docbook-dsssl/commitdiff
Render author names correctly in bibliomixed mode
authorNorman Walsh <ndw@nwalsh.com>
Thu, 3 May 2001 21:06:46 +0000 (21:06 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 3 May 2001 21:06:46 +0000 (21:06 +0000)
xsl/fo/biblio.xsl

index df29b566b017c936d9512980f9e9f02b223ab91c..cea657e713ea2c2ce1d0e077b71411ba95e62091 100644 (file)
 
 <xsl:template match="author" mode="bibliomixed.mode">
   <fo:inline>
-    <xsl:apply-templates mode="bibliomixed.mode"/>
+    <xsl:call-template name="person.name"/>
   </fo:inline>
 </xsl:template>