Menu

#203 context name not inserted under Reference Data Heading

open
None
5
2020-11-10
2020-11-10
Mike Ward
No

Context name not inserted in
The reference data library for the "" context is:

Under Reference Data heading on main context page.

Discussion

  • Mike Ward

    Mike Ward - 2020-11-10
    • summary: context name not inserted --> context name not inserted under Reference Data Heading
     
  • Mike Ward

    Mike Ward - 2020-11-10

    <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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.