set.refentry.metadata — Sets content of a refentry metadata item
<xsl:template name="set.refentry.metadata"> <xsl:param name="refname"/> <xsl:param name="info"/> <xsl:param name="contents"/> <xsl:param name="context"/> <xsl:param name="preferred"/> ... </xsl:template>
The set.refentry.metadata
template is
called each time a suitable source element is found for a certain
metadata field.
The first refname
in the refentry
A single *info node that contains the selected source element.
A node containing the selected source element.
A string describing the metadata context in which the
set.refentry.metadata
template was
called: either "date", "source", "version", or "manual".