<!-- book recto -->
-<xsl:template match="bookinfo/authorgroup" mode="titlepage.mode" priority="2">
+<xsl:template match="bookinfo/authorgroup|info/authorgroup"
+ mode="titlepage.mode" priority="2">
<fo:block>
<xsl:if test="@id">
<xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute>
<xsl:apply-templates mode="titlepage.mode"/>
<xsl:if test="following-sibling::subtitle
+ |following-sibling::info/subtitle
|following-sibling::bookinfo/subtitle">
<xsl:text>: </xsl:text>
<xsl:apply-templates select="(following-sibling::subtitle
+ |following-sibling::info/subtitle
|following-sibling::bookinfo/subtitle)[1]"
mode="book.verso.subtitle.mode"/>
</xsl:if>
<xsl:apply-templates select="othercredit" mode="titlepage.mode"/>
</xsl:template>
-<xsl:template match="bookinfo/author" mode="titlepage.mode" priority="2">
+<xsl:template match="bookinfo/author|info/author"
+ mode="titlepage.mode" priority="2">
<fo:block>
<xsl:call-template name="person.name"/>
</fo:block>
</xsl:template>
-<xsl:template match="bookinfo/corpauthor" mode="titlepage.mode" priority="2">
+<xsl:template match="bookinfo/corpauthor|info/corpauthor"
+ mode="titlepage.mode" priority="2">
<fo:block>
<xsl:apply-templates/>
</fo:block>
</xsl:template>
-<xsl:template match="bookinfo/pubdate" mode="titlepage.mode" priority="2">
+<xsl:template match="bookinfo/pubdate|info/pubdate"
+ mode="titlepage.mode" priority="2">
<fo:block>
<xsl:call-template name="gentext">
<xsl:with-param name="key" select="'published'"/>