Context name not inserted in The reference data library for the "" context is:
Under Reference Data heading on main context page.
<xsl:apply-templates select="refdata" mode="content"></xsl:apply-templates>
replaced with
<xsl:variable name="context_title" select="@title"> <xsl:apply-templates select="refdata" 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 6244
Log in to post a comment.
<xsl:apply-templates select="refdata" mode="content"></xsl:apply-templates>
replaced with
<xsl:variable name="context_title" select="@title">
<xsl:apply-templates select="refdata" 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 6244