]> granicus.if.org Git - docbook-dsssl/commitdiff
Make sure authorgroup doesn't output IDs on both recto and verso pages
authorNorman Walsh <ndw@nwalsh.com>
Tue, 9 Oct 2001 13:30:10 +0000 (13:30 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 9 Oct 2001 13:30:10 +0000 (13:30 +0000)
xsl/fo/titlepage.templates.xml
xsl/fo/titlepage.xsl

index de7e7e88e3297d7a3a7e96b197e123364d14161e..87b8216d01b6fd296ef4a29be74df122e03a884e 100644 (file)
             fo:font-weight="bold"
             fo:font-family="{$title.font.family}"/>
       <corpauthor/>
-      <authorgroup/>
+      <authorgroup named-template="verso.authorgroup"/>
       <author/>
       <othercredit/>
       <pubdate fo:space-before="1em"/>
index 8bcb03efbb1c406a0bea2ee81903192fca065069..c60344d5d42d606a53f6aa9441e5ae37c9846378 100644 (file)
   </xsl:if>
 </xsl:template>
 
+<xsl:template name="verso.authorgroup">
+  <fo:block>
+    <xsl:call-template name="gentext">
+      <xsl:with-param name="key" select="'by'"/>
+    </xsl:call-template>
+    <xsl:text> </xsl:text>
+    <xsl:call-template name="person.name.list"/>
+  </fo:block>
+</xsl:template>
+
 <xsl:template match="bookinfo/author" mode="titlepage.mode" priority="2">
   <fo:block>
     <xsl:call-template name="gentext">