Hello all,
I have gone through the forum and cant seem to find a solution for this problem. I am switched my side menu to use rev.categories.xml.config.
but the following code will not work to apply the attribute. I am using v9.3.1.0,
<a href="{aspdnsf:EntityLink(EntityID, SEName, 'Category', 0)}">
<xsl:if test="EntityID = $CategoryID or descendant::Entity/EntityID = $CategoryID">
<xsl:attribute name="style">font-weight:bold</xsl:attribute>
</xsl:if>
<xsl:value-of select="$eName"/>
</a>
Any one know what I am missing? this is out of the box code, but something must be wrong.