<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: Customtags code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sun, 07 Sep 2008 08:50:43 GMT</pubDate>
    <description>DZone Snippets: Customtags code</description>
    <item>
      <title>Customtag to remove blank lines</title>
      <link>http://snippets.dzone.com/posts/show/1648</link>
      <description>// description of your code here&lt;br /&gt;Coldfusion output has a lot of useless blank lines and makes the HTML code hard to read. I use this customtag to remove the blank lines. &lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&lt;cfif thisTag.ExecutionMode IS "end"&gt;&lt;br /&gt;	&lt;cfset thisTag.generatedContent =  ReReplaceNoCase(thisTag.generatedContent, '(?m)^\s+\r\n', '', "ALL")&gt;&lt;br /&gt;&lt;/cfif&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 07 Mar 2006 18:26:22 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1648</guid>
      <author>browzer (Constandinos)</author>
    </item>
  </channel>
</rss>
