Name

[T] make-caption — Render as a ‘caption’

Synopsis

<xsl:template name="make-caption">
  <xsl:param name="content">
    <xsl:apply-templates select="." mode="for-title" />
  </xsl:param></xsl:template>

This template renders content (usually titles in certain block objects) as a ‘caption’.

Parameters
content

The result tree fragment to render. If not specified, defaults to applying for-title mode to the context node.