evaluate.info.profile — Evaluates an info profile
<xsl:template name="evaluate.info.profile"> <xsl:param name="profile"/> <xsl:param name="info"/> ... </xsl:template>
This template evaluates an "info profile" matching the XPath
    expression given by the profile
    parameter. It relies on the XSLT evaluate()
    extension function.
The value of the profile parameter
    can include the literal string $info. If found
    in the value of the profile parameter, the
    literal string $info string is replaced with
    the value of the info parameter, which
    should be a set of *info nodes; the
    expression is then evaluated using the XSLT
    evaluate() extension function.