extract.object.title — Choose a title for an object
<xsl:template name="extract.object.title"> <xsl:param name="object" select="."/> ... </xsl:template>
Processes the title child of the specified object. Uses the context node as the default object.