I trying to add “$pName” which is the product title to the <a> link title attribute. Is this possible?
<h2 class="productResultName">
<a href="{aspdnsf:ProductandEntityLink(ProductID, SEName, $EntityID, $EntityName, 0)}" title="">
<xsl:value-of select="$pName" disable-output-escaping="yes" />
</a>
</h2>