<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: $name in your Sitecore content	</title>
	<atom:link href="https://blog.boro2g.co.uk/name-in-your-sitecore-content/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.boro2g.co.uk/name-in-your-sitecore-content/</link>
	<description>Some ideas about coding, dev and all things online.</description>
	<lastBuildDate>Tue, 08 Mar 2016 08:17:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.8</generator>
	<item>
		<title>
		By: Hishaam Namooya		</title>
		<link>https://blog.boro2g.co.uk/name-in-your-sitecore-content/#comment-597133</link>

		<dc:creator><![CDATA[Hishaam Namooya]]></dc:creator>
		<pubDate>Tue, 08 Mar 2016 08:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boro2g.co.uk/?p=166#comment-597133</guid>

					<description><![CDATA[Hi there,

I&#039;ve also experienced this issue where all our contents were displaying $name. The root cause is as follow:

1. The item does not have a version.
2. Template is version in other language.
3. Invarient Language is present in the Language list.

Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi there,</p>
<p>I&#8217;ve also experienced this issue where all our contents were displaying $name. The root cause is as follow:</p>
<p>1. The item does not have a version.<br />
2. Template is version in other language.<br />
3. Invarient Language is present in the Language list.</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: boro		</title>
		<link>https://blog.boro2g.co.uk/name-in-your-sitecore-content/#comment-953</link>

		<dc:creator><![CDATA[boro]]></dc:creator>
		<pubDate>Tue, 27 Mar 2012 19:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boro2g.co.uk/?p=166#comment-953</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.boro2g.co.uk/name-in-your-sitecore-content/#comment-853&quot;&gt;John West&lt;/a&gt;.

Cheers for the feedback! You are correct, there are other tokens which this wouldn&#039;t catch. In previous projects I&#039;ve never needed to use any tokens apart from $name. To catch all, the expandInitialFieldValue pipeline or the MasterVariablesReplacer would be better option.

I don&#039;t think you could end up with $name in the name of an item after template inheritance is changed. The reason being an items name isn&#039;t related to data stored in its template or __standard values, instead it&#039;s setup when an item is created. Fields differ since they can be added to an item over time. 

Please correct me if I&#039;m wrong!!!! :)]]></description>
			<content:encoded><![CDATA[<p>Cheers for the feedback! You are correct, there are other tokens which this wouldn&#8217;t catch. In previous projects I&#8217;ve never needed to use any tokens apart from $name. To catch all, the expandInitialFieldValue pipeline or the MasterVariablesReplacer would be better option.</p>
<p>I don&#8217;t think you could end up with $name in the name of an item after template inheritance is changed. The reason being an items name isn&#8217;t related to data stored in its template or __standard values, instead it&#8217;s setup when an item is created. Fields differ since they can be added to an item over time. </p>
<p>Please correct me if I&#8217;m wrong!!!! 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John West		</title>
		<link>https://blog.boro2g.co.uk/name-in-your-sitecore-content/#comment-853</link>

		<dc:creator><![CDATA[John West]]></dc:creator>
		<pubDate>Mon, 12 Mar 2012 17:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boro2g.co.uk/?p=166#comment-853</guid>

					<description><![CDATA[Thanks for the post. I didn&#039;t check the code very closely, but couldn&#039;t other tokens than $name appear, such as $id? Couldn&#039;t $name appear in the middle of the field? Is there any chance that $name could appear in item names (such as those created from branch templates), or only in field values? I wonder if you could use the class specified by the MasterVariablesReplacer setting in the web.config file, maybe through the Sitecore.Configuration.Factory.GetMasterVariablesReplacer() method, to handle more cases with less code.]]></description>
			<content:encoded><![CDATA[<p>Thanks for the post. I didn&#8217;t check the code very closely, but couldn&#8217;t other tokens than $name appear, such as $id? Couldn&#8217;t $name appear in the middle of the field? Is there any chance that $name could appear in item names (such as those created from branch templates), or only in field values? I wonder if you could use the class specified by the MasterVariablesReplacer setting in the web.config file, maybe through the Sitecore.Configuration.Factory.GetMasterVariablesReplacer() method, to handle more cases with less code.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
