I'm currently using the following code to display the Category Name and Description:
<xsl:value-of select="aspdnsf:EntityPageHeaderDescription($Entit yName, $EntityID)" disable-output-escaping="yes" />
Below that, I'd like to display the Category Name only. Any suggestions how to only show Category Name?
Thank you.