<?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: Fix html tags, close tags, repair bad quotes and more</title>
	<atom:link href="http://www.barattalo.it/2010/02/03/fix-html-tags-close-tags-repair-bad-quotes-and-more/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barattalo.it/2010/02/03/fix-html-tags-close-tags-repair-bad-quotes-and-more/</link>
	<description>code snippets, classes and other stuff for developers</description>
	<lastBuildDate>Fri, 18 Nov 2011 12:00:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: qinkun</title>
		<link>http://www.barattalo.it/2010/02/03/fix-html-tags-close-tags-repair-bad-quotes-and-more/comment-page-1/#comment-25984</link>
		<dc:creator>qinkun</dc:creator>
		<pubDate>Thu, 22 Sep 2011 01:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.barattalo.it/?p=434#comment-25984</guid>
		<description>If there is a  before ,it will delete the string before the end tag().
e.g. 
something to do&lt;a&gt;r u sure&lt;/a&gt;

What is the result i wnat is :
something to do&lt;a&gt;r u sure&lt;/a&gt;

What can i do in that case?</description>
		<content:encoded><![CDATA[<p>If there is a  before ,it will delete the string before the end tag().<br />
e.g.<br />
something to do<a>r u sure</a></p>
<p>What is the result i wnat is :<br />
something to do<a>r u sure</a></p>
<p>What can i do in that case?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Tung</title>
		<link>http://www.barattalo.it/2010/02/03/fix-html-tags-close-tags-repair-bad-quotes-and-more/comment-page-1/#comment-8205</link>
		<dc:creator>Lee Tung</dc:creator>
		<pubDate>Wed, 16 Mar 2011 02:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.barattalo.it/?p=434#comment-8205</guid>
		<description>It is powerful! This is my need to fix HTML tags in PHP! Thanks admin!</description>
		<content:encoded><![CDATA[<p>It is powerful! This is my need to fix HTML tags in PHP! Thanks admin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web</title>
		<link>http://www.barattalo.it/2010/02/03/fix-html-tags-close-tags-repair-bad-quotes-and-more/comment-page-1/#comment-6789</link>
		<dc:creator>web</dc:creator>
		<pubDate>Sun, 27 Feb 2011 08:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.barattalo.it/?p=434#comment-6789</guid>
		<description>I don&#039;t have a php page, is there another way to fix his problem for .html pages?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have a php page, is there another way to fix his problem for .html pages?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reflexões</title>
		<link>http://www.barattalo.it/2010/02/03/fix-html-tags-close-tags-repair-bad-quotes-and-more/comment-page-1/#comment-1883</link>
		<dc:creator>Reflexões</dc:creator>
		<pubDate>Tue, 15 Jun 2010 16:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.barattalo.it/?p=434#comment-1883</guid>
		<description>Wow!!!

This works perfeclty!!! fix all HTML tags.... 
I lost much time fixing manually wrong HTML codes posted by users at a custom blog...

Thx</description>
		<content:encoded><![CDATA[<p>Wow!!!</p>
<p>This works perfeclty!!! fix all HTML tags&#8230;.<br />
I lost much time fixing manually wrong HTML codes posted by users at a custom blog&#8230;</p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.barattalo.it/2010/02/03/fix-html-tags-close-tags-repair-bad-quotes-and-more/comment-page-1/#comment-452</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 09 Feb 2010 09:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.barattalo.it/?p=434#comment-452</guid>
		<description>Thank you Savita, probably I&#039;ve uploaded the wrong file. I&#039;ll fix it today!</description>
		<content:encoded><![CDATA[<p>Thank you Savita, probably I&#8217;ve uploaded the wrong file. I&#8217;ll fix it today!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Savita</title>
		<link>http://www.barattalo.it/2010/02/03/fix-html-tags-close-tags-repair-bad-quotes-and-more/comment-page-1/#comment-451</link>
		<dc:creator>Savita</dc:creator>
		<pubDate>Tue, 09 Feb 2010 08:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.barattalo.it/?p=434#comment-451</guid>
		<description>Hi,

This class is really helpful, just need to point some small issues...
1) php short code is user &lt;?, in place need to use this debug is false but still it shows all the debugging on the screen.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This class is really helpful, just need to point some small issues&#8230;<br />
1) php short code is user &lt;?, in place need to use this debug is false but still it shows all the debugging on the screen.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

