<?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: HTML Cleaner</title>
	<atom:link href="http://luci.criosweb.ro/blog/2007/08/04/html-cleaner/feed/" rel="self" type="application/rss+xml" />
	<link>http://luci.criosweb.ro/blog/2007/08/04/html-cleaner/</link>
	<description>Never discourage anyone who continually makes progress</description>
	<lastBuildDate>Mon, 05 Jul 2010 07:06:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lucian Sabo</title>
		<link>http://luci.criosweb.ro/blog/2007/08/04/html-cleaner/comment-page-1/#comment-64139</link>
		<dc:creator>Lucian Sabo</dc:creator>
		<pubDate>Fri, 03 Apr 2009 16:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://luci.criosweb.ro/blog/?p=53#comment-64139</guid>
		<description>&gt;this doesnt strip the comments msword leaves:
Actually it does strip comments. Please send my by email the html code you want to cleaup.</description>
		<content:encoded><![CDATA[<p>>this doesnt strip the comments msword leaves:<br />
Actually it does strip comments. Please send my by email the html code you want to cleaup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucian Sabo</title>
		<link>http://luci.criosweb.ro/blog/2007/08/04/html-cleaner/comment-page-1/#comment-6249</link>
		<dc:creator>Lucian Sabo</dc:creator>
		<pubDate>Wed, 06 Feb 2008 08:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://luci.criosweb.ro/blog/?p=53#comment-6249</guid>
		<description>To make HTMLCleaner parse documents without the body tag, add a condition in HTMLCleaner.php around line 113 like this:

if(stripos($this-&gt;html, &quot;&lt;body&quot;))&lt;br&gt;
$this-&gt;html = stristr( $this-&gt;html, &quot;&lt;body&quot;);

This modification will be included in a future release.</description>
		<content:encoded><![CDATA[<p>To make HTMLCleaner parse documents without the body tag, add a condition in HTMLCleaner.php around line 113 like this:</p>
<p>if(stripos($this->html, &#8220;&lt;body&#8221;))<br />
$this->html = stristr( $this-&gt;html, &#8220;&lt;body&#8221;);</p>
<p>This modification will be included in a future release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: h@nspeter</title>
		<link>http://luci.criosweb.ro/blog/2007/08/04/html-cleaner/comment-page-1/#comment-6221</link>
		<dc:creator>h@nspeter</dc:creator>
		<pubDate>Tue, 05 Feb 2008 17:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://luci.criosweb.ro/blog/?p=53#comment-6221</guid>
		<description>Hai, it works great. Thanks a million. It did take me some time though before I figured out the html has to be surrounde by  tags :)</description>
		<content:encoded><![CDATA[<p>Hai, it works great. Thanks a million. It did take me some time though before I figured out the html has to be surrounde by  tags <img src='http://luci.criosweb.ro/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucian Sabo</title>
		<link>http://luci.criosweb.ro/blog/2007/08/04/html-cleaner/comment-page-1/#comment-4590</link>
		<dc:creator>Lucian Sabo</dc:creator>
		<pubDate>Tue, 27 Nov 2007 07:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://luci.criosweb.ro/blog/?p=53#comment-4590</guid>
		<description>You can disable RemoveStyles completely.
To leave only the class attribute you must modify the cleanUp method at line 122:
from
$this-&gt;RemoveBlacklistedAttributes(&#039;class&#124;style&#039;);
to
$this-&gt;RemoveBlacklistedAttributes(&#039;style&#039;);

Unfortunately there is no support yet for attribute removal on a particular tag. Removal is done globally.</description>
		<content:encoded><![CDATA[<p>You can disable RemoveStyles completely.<br />
To leave only the class attribute you must modify the cleanUp method at line 122:<br />
from<br />
$this->RemoveBlacklistedAttributes(&#8216;class|style&#8217;);<br />
to<br />
$this->RemoveBlacklistedAttributes(&#8217;style&#8217;);</p>
<p>Unfortunately there is no support yet for attribute removal on a particular tag. Removal is done globally.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KonstRuctor</title>
		<link>http://luci.criosweb.ro/blog/2007/08/04/html-cleaner/comment-page-1/#comment-4580</link>
		<dc:creator>KonstRuctor</dc:creator>
		<pubDate>Mon, 26 Nov 2007 22:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://luci.criosweb.ro/blog/?p=53#comment-4580</guid>
		<description>Excellent work! Thank you very much.
I had one more thought concerning the given algorithm.
Sometimes it is necessary to clear all unnecessary formatting, but thus to leave attribute class at text paragraphs.
It is necessary, first of all, at imposition of long catalogues, when the firm name - a class zagol, the firm address - address, the description of activity of firm - a class about. Good luck!</description>
		<content:encoded><![CDATA[<p>Excellent work! Thank you very much.<br />
I had one more thought concerning the given algorithm.<br />
Sometimes it is necessary to clear all unnecessary formatting, but thus to leave attribute class at text paragraphs.<br />
It is necessary, first of all, at imposition of long catalogues, when the firm name &#8211; a class zagol, the firm address &#8211; address, the description of activity of firm &#8211; a class about. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucian Sabo</title>
		<link>http://luci.criosweb.ro/blog/2007/08/04/html-cleaner/comment-page-1/#comment-4325</link>
		<dc:creator>Lucian Sabo</dc:creator>
		<pubDate>Fri, 16 Nov 2007 07:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://luci.criosweb.ro/blog/?p=53#comment-4325</guid>
		<description>Version 0.9 introduces the tag-merging cleanup suggested by KonstRuctor.

&gt;&gt;2) How about to convert e-mail and web links &gt;&gt;without hyperlinks to real hyperlinks?
The source is taken from a WYSIWYG editor that usually already converts links.</description>
		<content:encoded><![CDATA[<p>Version 0.9 introduces the tag-merging cleanup suggested by KonstRuctor.</p>
<p>&gt;&gt;2) How about to convert e-mail and web links &gt;&gt;without hyperlinks to real hyperlinks?<br />
The source is taken from a WYSIWYG editor that usually already converts links.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KonstRuctor</title>
		<link>http://luci.criosweb.ro/blog/2007/08/04/html-cleaner/comment-page-1/#comment-4307</link>
		<dc:creator>KonstRuctor</dc:creator>
		<pubDate>Thu, 15 Nov 2007 21:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://luci.criosweb.ro/blog/?p=53#comment-4307</guid>
		<description>Great job!
1) How about to cleanup:
&lt;b&gt;&#171;&lt;/b&gt;&lt;b&gt;British&lt;/b&gt;&lt;b&gt; &lt;/b&gt;&lt;b&gt;h&lt;/b&gt;&lt;b&gt;&#1086;&lt;/b&gt;&lt;b&gt;use&lt;/b&gt;&lt;b&gt;&#187;&lt;/b&gt;
2) How about to convert e-mail and web links without hyperlinks to real hyperlinks? Sample:
*******************
The ABC Ltd.
11, Nevskiy ave, St.Petersburg, Russia
phone +7 911 123-45-87
e-mail abc@abc.ru
*********************
Convert into:
&lt;a href=&quot;mailto:abc@abc.ru&quot; rel=&quot;nofollow&quot;&gt;abc@abc.ru&lt;/a&gt;
Thans for your work. Regards</description>
		<content:encoded><![CDATA[<p>Great job!<br />
1) How about to cleanup:<br />
&lt;b&gt;&laquo;&lt;/b&gt;&lt;b&gt;British&lt;/b&gt;&lt;b&gt; &lt;/b&gt;&lt;b&gt;h&lt;/b&gt;&lt;b&gt;&amp;#1086;&lt;/b&gt;&lt;b&gt;use&lt;/b&gt;&lt;b&gt;&raquo;&lt;/b&gt;<br />
2) How about to convert e-mail and web links without hyperlinks to real hyperlinks? Sample:<br />
*******************<br />
The ABC Ltd.<br />
11, Nevskiy ave, St.Petersburg, Russia<br />
phone +7 911 123-45-87<br />
e-mail <a href="mailto:abc@abc.ru">abc@abc.ru</a><br />
*********************<br />
Convert into:<br />
<a href="mailto:abc@abc.ru" rel="nofollow">abc@abc.ru</a><br />
Thans for your work. Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->