Sitecore: How do I retrieve the 'Display Name' in XSLT -
i've tried
<sc:text field="display name" />
and
<xsl:value-of select="sc:fld('display name',.)"/>
and
<xsl:value-of select="sc:field('display name',.)"/>
various different case , spacing.
all can find online examples of how retrieve in .net code sitecore.context.item.displayname
am missing obvious? has been bothering me while.
most standard fields on sitecore item prefixed double underscores. believe you'll find value on "__display name".
Comments
Post a Comment