<xsl:param name="type" />
<xsl:param name="langs" />
+<xsl:param name="retired" />
<!-- ==================================================================== -->
<!-- / -->
</xsl:choose>
</xsl:attribute>
</xsl:element>
+ &lf;
+
+ <xsl:element name="xsl:variable">
+ <xsl:attribute name="name">is-retired</xsl:attribute>
+ <xsl:attribute name="select">
+ <xsl:choose>
+ <xsl:when test="$retired = 'yes'">
+ <xsl:text>true()</xsl:text>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:text>false()</xsl:text>
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:attribute>
+ </xsl:element>
&lf;&lf;
</xsl:if>