<?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"
	>
<channel>
	<title>Comments on: Trimming comments in HTML documents using Apache Ant</title>
	<atom:link href="http://www.julienlecomte.net/blog/2007/09/23/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.julienlecomte.net/blog/2007/09/23/</link>
	<description>Web Development and Operating System Programming</description>
	<pubDate>Sun, 06 Jul 2008 19:09:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Jaime Bueza</title>
		<link>http://www.julienlecomte.net/blog/2007/09/23/#comment-2854</link>
		<dc:creator>Jaime Bueza</dc:creator>
		<pubDate>Tue, 19 Feb 2008 00:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.julienlecomte.net/blog/2007/09/20/trimming-comments-in-html-documents-using-apache-ant/#comment-2854</guid>
		<description>Here's one for removing console.log within a combined yui compressed file.

&lt;code&gt;
&#60;replaceregexp file="my_combined_file.js" match="(console\.log\(.*\))" flags="g" replace="\/\/\1"&#62;&#60;/replaceregexp&#62;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s one for removing console.log within a combined yui compressed file.</p>
<p><code><br />
&lt;replaceregexp file="my_combined_file.js" match="(console\.log\(.*\))" flags="g" replace="\/\/\1"&gt;&lt;/replaceregexp&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien Lecomte</title>
		<link>http://www.julienlecomte.net/blog/2007/09/23/#comment-403</link>
		<dc:creator>Julien Lecomte</dc:creator>
		<pubDate>Fri, 28 Sep 2007 18:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.julienlecomte.net/blog/2007/09/20/trimming-comments-in-html-documents-using-apache-ant/#comment-403</guid>
		<description>@Steve

Do not wrap inline JavaScript code inside HTML comments. Nobody uses Netscape 1 anymore...</description>
		<content:encoded><![CDATA[<p>@Steve</p>
<p>Do not wrap inline JavaScript code inside HTML comments. Nobody uses Netscape 1 anymore&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.julienlecomte.net/blog/2007/09/23/#comment-402</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 28 Sep 2007 18:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.julienlecomte.net/blog/2007/09/20/trimming-comments-in-html-documents-using-apache-ant/#comment-402</guid>
		<description>How do you prevent the regex from removing Javascript enclosed in HTML comments in order to hide it from browsers, which have Javascript disabled?
I fiddled around a lot but never managed to get ant ignore comments which end with //--&#62;. It always results in an infinite loop. :-(</description>
		<content:encoded><![CDATA[<p>How do you prevent the regex from removing Javascript enclosed in HTML comments in order to hide it from browsers, which have Javascript disabled?<br />
I fiddled around a lot but never managed to get ant ignore comments which end with //&#8211;&gt;. It always results in an infinite loop. <img src='http://www.julienlecomte.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThemePassion - Best stuff about design! &#187; Trimming comments in HTML documents using Apache Ant</title>
		<link>http://www.julienlecomte.net/blog/2007/09/23/#comment-319</link>
		<dc:creator>ThemePassion - Best stuff about design! &#187; Trimming comments in HTML documents using Apache Ant</dc:creator>
		<pubDate>Mon, 24 Sep 2007 01:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.julienlecomte.net/blog/2007/09/20/trimming-comments-in-html-documents-using-apache-ant/#comment-319</guid>
		<description>[...] desconocido wrote an interesting post today!.Here&#8217;s a quick excerptfrom HTML documents, is an update to an article published a couple of weeks ago on this blog: Building Web Applications With Apache Ant. Basically, the idea is to use Antâ€™s optional replaceregexp task as shown below: &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] desconocido wrote an interesting post today!.Here&#8217;s a quick excerptfrom HTML documents, is an update to an article published a couple of weeks ago on this blog: Building Web Applications With Apache Ant. Basically, the idea is to use Antâ€™s optional replaceregexp task as shown below: &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Application Construction Tools &#187; Chris Norton</title>
		<link>http://www.julienlecomte.net/blog/2007/09/23/#comment-312</link>
		<dc:creator>Web Application Construction Tools &#187; Chris Norton</dc:creator>
		<pubDate>Sun, 23 Sep 2007 08:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.julienlecomte.net/blog/2007/09/20/trimming-comments-in-html-documents-using-apache-ant/#comment-312</guid>
		<description>[...] Ant Homepage Phing Homepage Building Web Applications With Apache Ant - Julien Lecomte  Trimming comments in HTML documents using Apache Ant - Julien Lecomte Improve Your Build Process with Ant - ONLamp Ant sucks for FTP deployment - What [...]</description>
		<content:encoded><![CDATA[<p>[...] Ant Homepage Phing Homepage Building Web Applications With Apache Ant - Julien Lecomte  Trimming comments in HTML documents using Apache Ant - Julien Lecomte Improve Your Build Process with Ant - ONLamp Ant sucks for FTP deployment - What [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Henke</title>
		<link>http://www.julienlecomte.net/blog/2007/09/23/#comment-302</link>
		<dc:creator>Mike Henke</dc:creator>
		<pubDate>Fri, 21 Sep 2007 01:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.julienlecomte.net/blog/2007/09/20/trimming-comments-in-html-documents-using-apache-ant/#comment-302</guid>
		<description>Awesome.  Keep the ant scripts coming they are great.</description>
		<content:encoded><![CDATA[<p>Awesome.  Keep the ant scripts coming they are great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
