<?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: Parsing HTML with Groovy and HTMLCleaner</title>
	<atom:link href="http://blog.stannard.net.au/2010/05/12/parsing-html-with-groovy-and-htmlcleaner/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stannard.net.au/2010/05/12/parsing-html-with-groovy-and-htmlcleaner/</link>
	<description></description>
	<lastBuildDate>Sun, 08 Jan 2012 15:53:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: hyunjungsoh</title>
		<link>http://blog.stannard.net.au/2010/05/12/parsing-html-with-groovy-and-htmlcleaner/comment-page-1/#comment-1551</link>
		<dc:creator>hyunjungsoh</dc:creator>
		<pubDate>Thu, 16 Jun 2011 11:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stannard.net.au/?p=137#comment-1551</guid>
		<description>Wow!  This was helpful! :)
thanks</description>
		<content:encoded><![CDATA[<p>Wow!  This was helpful! <img src='http://blog.stannard.net.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://blog.stannard.net.au/2010/05/12/parsing-html-with-groovy-and-htmlcleaner/comment-page-1/#comment-611</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 12 May 2010 23:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stannard.net.au/?p=137#comment-611</guid>
		<description>Try using Crouton, its simple light and efficient:

cfset Crouton = createObject(&quot;component&quot;, &quot;Crouton&quot;).init()
cfset strXHTML = Crouton.Parse(urlToParse)

http://sourceforge.net/projects/cfsynergy/files/Crouton.cfc/Crouton.zip/

or you can try jTidy

http://jtidy.riaforge.org/

Doesn&#039;t need any of the extra overhead that comes with Groovy, also HTMLCleaner might need CF8+ because of the JRE 1.4+ dependencies.</description>
		<content:encoded><![CDATA[<p>Try using Crouton, its simple light and efficient:</p>
<p>cfset Crouton = createObject(&#8220;component&#8221;, &#8220;Crouton&#8221;).init()<br />
cfset strXHTML = Crouton.Parse(urlToParse)</p>
<p><a href="http://sourceforge.net/projects/cfsynergy/files/Crouton.cfc/Crouton.zip/" rel="nofollow">http://sourceforge.net/projects/cfsynergy/files/Crouton.cfc/Crouton.zip/</a></p>
<p>or you can try jTidy</p>
<p><a href="http://jtidy.riaforge.org/" rel="nofollow">http://jtidy.riaforge.org/</a></p>
<p>Doesn&#8217;t need any of the extra overhead that comes with Groovy, also HTMLCleaner might need CF8+ because of the JRE 1.4+ dependencies.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

