Context name not inserted in The following templates have been defined in the "" context.
Under Template heading on main context page.
<xsl:apply-templates select="templates" mode="content"></xsl:apply-templates>
replaced with
<xsl:variable name="context_title" select="@title"> <xsl:apply-templates select="templates" mode="content"> <xsl:with-param name="context" select="$context_title"> </xsl:with-param></xsl:apply-templates></xsl:variable>
at line 76 of
plcslib\xsl\generate_plcslib\context_index.xsl
in revision 6245
Log in to post a comment.
<xsl:apply-templates select="templates" mode="content"></xsl:apply-templates>
replaced with
<xsl:variable name="context_title" select="@title">
<xsl:apply-templates select="templates" mode="content">
<xsl:with-param name="context" select="$context_title">
</xsl:with-param></xsl:apply-templates></xsl:variable>
at line 76 of
plcslib\xsl\generate_plcslib\context_index.xsl
in revision 6245