<!-- s=1 -->
<xsl:when test="starts-with($template, '%s')">
- <xsl:apply-templates select="." mode="subtitle.content"/>
+ <xsl:apply-templates select="." mode="subtitle.markup"/>
<xsl:call-template name="substitute-markup">
<xsl:with-param name="template"
select="substring-after($template, '%s')"/>
<xsl:when test="string-length($bef-s) < string-length($bef-n)
and string-length($bef-s) < string-length($bef-t)">
<xsl:value-of select="$bef-s"/>
- <xsl:apply-templates select="." mode="subtitle.content"/>
+ <xsl:apply-templates select="." mode="subtitle.markup"/>
<xsl:call-template name="substitute-markup">
<xsl:with-param name="template"
select="substring-after($template, '%s')"/>
<!-- s is first -->
<xsl:otherwise>
<xsl:value-of select="$bef-s"/>
- <xsl:apply-templates select="." mode="subtitle.content"/>
+ <xsl:apply-templates select="." mode="subtitle.markup"/>
<xsl:call-template name="substitute-markup">
<xsl:with-param name="template"
select="substring-after($template, '%s')"/>
<!-- s is first -->
<xsl:otherwise>
<xsl:value-of select="$bef-s"/>
- <xsl:apply-templates select="." mode="subtitle.content"/>
+ <xsl:apply-templates select="." mode="subtitle.markup"/>
<xsl:call-template name="substitute-markup">
<xsl:with-param name="template"
select="substring-after($template, '%s')"/>
<!-- s -->
<xsl:when test="contains($template, '%s')">
<xsl:value-of select="$bef-s"/>
- <xsl:apply-templates select="." mode="subtitle.content"/>
+ <xsl:apply-templates select="." mode="subtitle.markup"/>
<xsl:call-template name="substitute-markup">
<xsl:with-param name="template"
select="substring-after($template, '%s')"/>