<!-- book recto -->
<xsl:template match="bookinfo/authorgroup" mode="titlepage.mode" priority="2">
- <fo:wrapper>
+ <fo:block>
<xsl:if test="@id">
<xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute>
</xsl:if>
- <xsl:apply-templates mode="titlepage.mode"/>
- </fo:wrapper>
+ <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>
<!-- book verso -->
</fo:block>
</xsl:template>
-<xsl:template match="bookinfo/authorgroup" mode="titlepage.mode" priority="2">
- <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/pubdate" mode="titlepage.mode" priority="2">
<fo:block>
<xsl:call-template name="gentext">