<xsl:text>
 </xsl:text>
<xsl:element name="xsl:variable">
<xsl:attribute name="name">recto.content</xsl:attribute>
- <xsl:apply-templates select="t:titlepage-content[@t:side='recto']/@*"
- mode="copy.literal.atts"/>
<xsl:text>
 </xsl:text>
<xsl:element name="xsl:call-template">
<xsl:attribute name="name">
<xsl:attribute name="test">normalize-space($recto.content) != ''</xsl:attribute>
<xsl:text>
 </xsl:text>
<xsl:element name="{@t:wrapper}">
+ <xsl:apply-templates select="t:titlepage-content[@t:side='recto']/@*"
+ mode="copy.literal.atts"/>
<xsl:element name="xsl:copy-of">
<xsl:attribute name="select">$recto.content</xsl:attribute>
</xsl:element>
<xsl:text>
 </xsl:text>
<xsl:element name="xsl:variable">
<xsl:attribute name="name">verso.content</xsl:attribute>
- <xsl:apply-templates select="t:titlepage-content[@t:side='verso']/@*"
- mode="copy.literal.atts"/>
<xsl:text>
 </xsl:text>
<xsl:element name="xsl:call-template">
<xsl:attribute name="name">
<xsl:attribute name="test">normalize-space($verso.content) != ''</xsl:attribute>
<xsl:text>
 </xsl:text>
<xsl:element name="{@t:wrapper}">
+ <xsl:apply-templates select="t:titlepage-content[@t:side='verso']/@*"
+ mode="copy.literal.atts"/>
<xsl:element name="xsl:copy-of">
<xsl:attribute name="select">$verso.content</xsl:attribute>
</xsl:element>