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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -