Menu

Commit [r6244]  Maximize  Restore  History

https://sourceforge.net/p/plcslib/plcslib-infrastructure/203/

<xsl:apply-templates select="refdata" mode="content"/>

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:apply-templates>

at line 76 of

plcslib\xsl\generate_plcslib\context_index.xsl

mikeward 2020-11-10

changed /trunk/plcslib/xsl/generate_plcslib/context_index.xsl
/trunk/plcslib/xsl/generate_plcslib/context_index.xsl Diff Switch to side-by-side view
Loading...
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.