<?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: Suppressing whitespace in ColdFusion</title>
	<atom:link href="http://www.epiphantastic.com/2007/03/16/suppressing-whitespace-in-coldfusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.epiphantastic.com/2007/03/16/suppressing-whitespace-in-coldfusion/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 25 Oct 2011 02:34:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: ana gomez</title>
		<link>http://www.epiphantastic.com/2007/03/16/suppressing-whitespace-in-coldfusion/comment-page-1/#comment-11895</link>
		<dc:creator>ana gomez</dc:creator>
		<pubDate>Mon, 12 May 2008 09:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.epiphantastic.com/?p=20#comment-11895</guid>
		<description>Great tips. thanks</description>
		<content:encoded><![CDATA[<p>Great tips. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.epiphantastic.com/2007/03/16/suppressing-whitespace-in-coldfusion/comment-page-1/#comment-157</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 17 Mar 2007 17:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.epiphantastic.com/?p=20#comment-157</guid>
		<description>I totally agree re consistency. It&#039;s silly that to this day so many CF tags and calls themselves spit out whitespace that you as a coder have to avoid. Especially when whitespace is so troublesome in certain cases not to mention costly in terms of bandwidth and speed.</description>
		<content:encoded><![CDATA[<p>I totally agree re consistency. It&#8217;s silly that to this day so many CF tags and calls themselves spit out whitespace that you as a coder have to avoid. Especially when whitespace is so troublesome in certain cases not to mention costly in terms of bandwidth and speed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.epiphantastic.com/2007/03/16/suppressing-whitespace-in-coldfusion/comment-page-1/#comment-152</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Sat, 17 Mar 2007 12:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.epiphantastic.com/?p=20#comment-152</guid>
		<description>Yes, but if you want to output HTML, it&#039;s more intuitive to do something like &lt;cfoutput&gt;#udfName()#&lt;/cfoutput&gt; than to do &lt;cfset udfName() /&gt;, and the former HAS to be wrapped in a CFOUTPUT! It&#039;s a matter of wanting to be consistent.</description>
		<content:encoded><![CDATA[<p>Yes, but if you want to output HTML, it&#8217;s more intuitive to do something like &lt;cfoutput&gt;#udfName()#&lt;/cfoutput&gt; than to do &lt;cfset udfName() /&gt;, and the former HAS to be wrapped in a CFOUTPUT! It&#8217;s a matter of wanting to be consistent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.epiphantastic.com/2007/03/16/suppressing-whitespace-in-coldfusion/comment-page-1/#comment-149</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 17 Mar 2007 06:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.epiphantastic.com/?p=20#comment-149</guid>
		<description>Yup! whenever you wrap a method/function call with cfoutput tags it&#039;ll spit out whitespace. Instead place the cfoutput tags within the method call itself.</description>
		<content:encoded><![CDATA[<p>Yup! whenever you wrap a method/function call with cfoutput tags it&#8217;ll spit out whitespace. Instead place the cfoutput tags within the method call itself.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

