<?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: String.Concat instead of &amp;</title>
	<atom:link href="http://tips.naivist.net/2005/09/05/string_concat/feed/" rel="self" type="application/rss+xml" />
	<link>http://tips.naivist.net/2005/09/05/string_concat/</link>
	<description>Kodējot radušās domeles</description>
	<lastBuildDate>Thu, 03 Nov 2011 14:04:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Oskars</title>
		<link>http://tips.naivist.net/2005/09/05/string_concat/comment-page-1/#comment-32</link>
		<dc:creator>Oskars</dc:creator>
		<pubDate>Wed, 05 Oct 2005 19:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://naivist.net/tips/index.php/2005/09/05/stringconcat-instead-of/#comment-32</guid>
		<description>&lt;p&gt;Sačakarēja gan man komentāru. Cerams, ka oriģināls kaut kur ir redzams.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sačakarēja gan man komentāru. Cerams, ka oriģināls kaut kur ir redzams.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Oskars</title>
		<link>http://tips.naivist.net/2005/09/05/string_concat/comment-page-1/#comment-31</link>
		<dc:creator>Oskars</dc:creator>
		<pubDate>Wed, 05 Oct 2005 19:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://naivist.net/tips/index.php/2005/09/05/stringconcat-instead-of/#comment-31</guid>
		<description>&lt;p&gt;Man gan patīk variants 
&lt;code&gt;
Dim s as String
s = String.Format(&quot;&lt;{0}&gt;{1}&lt;/{0}&gt;&quot;,  spFieldName, spFieldValue)
&lt;/code&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Man gan patīk variants 
<code>
Dim s as String
s = String.Format("&lt;{0}>{1}&lt;/{0}>",  spFieldName, spFieldValue)
</code></p>]]></content:encoded>
	</item>
</channel>
</rss>

