<?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: WordPress patch for problamatic libxml2 version</title>
	<atom:link href="http://blog.hoofoo.net/2009/01/14/wordpress-patch-for-problamatic-libxml2-version/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hoofoo.net/2009/01/14/wordpress-patch-for-problamatic-libxml2-version/</link>
	<description>HooFoo.NET Blog</description>
	<pubDate>Thu, 11 Mar 2010 16:58:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter</title>
		<link>http://blog.hoofoo.net/2009/01/14/wordpress-patch-for-problamatic-libxml2-version/comment-page-1/#comment-105</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 01 Sep 2009 19:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoofoo.net/?p=39#comment-105</guid>
		<description>angryden is correct that quotes are also stripped.  You will want to use the HTML name for double quotes ' &#38; quot; '  and ascii code ' &#38; #34 ' , minus the space after the ampersand.  I am willing to bet any character with an HTML name equivalent is stripped, basically all of the above mentioned plus any character with an ASCII code &#62;= 160.  This includes non-breaking space ( &#38; nbsp; )</description>
		<content:encoded><![CDATA[<p>angryden is correct that quotes are also stripped.  You will want to use the HTML name for double quotes &#8216; &amp; quot; &#8216;  and ascii code &#8216; &amp; #34 &#8216; , minus the space after the ampersand.  I am willing to bet any character with an HTML name equivalent is stripped, basically all of the above mentioned plus any character with an ASCII code &gt;= 160.  This includes non-breaking space ( &amp; nbsp; )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samantha</title>
		<link>http://blog.hoofoo.net/2009/01/14/wordpress-patch-for-problamatic-libxml2-version/comment-page-1/#comment-82</link>
		<dc:creator>Samantha</dc:creator>
		<pubDate>Mon, 06 Apr 2009 17:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoofoo.net/?p=39#comment-82</guid>
		<description>yes , this work only for xmlrpc methods. but there are many locations using libxml .</description>
		<content:encoded><![CDATA[<p>yes , this work only for xmlrpc methods. but there are many locations using libxml .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Mackaaij</title>
		<link>http://blog.hoofoo.net/2009/01/14/wordpress-patch-for-problamatic-libxml2-version/comment-page-1/#comment-81</link>
		<dc:creator>Patrick Mackaaij</dc:creator>
		<pubDate>Sat, 04 Apr 2009 20:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoofoo.net/?p=39#comment-81</guid>
		<description>I'll contact my webhost to update the library but this plugin works:
http://wordpress.org/extend/plugins/libxml2-fix/

(the manual fix to comment out didn't work out for me, as well as just unpacking the .zip)</description>
		<content:encoded><![CDATA[<p>I&#8217;ll contact my webhost to update the library but this plugin works:<br />
<a href="http://wordpress.org/extend/plugins/libxml2-fix/" rel="nofollow">http://wordpress.org/extend/plugins/libxml2-fix/</a></p>
<p>(the manual fix to comment out didn&#8217;t work out for me, as well as just unpacking the .zip)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: angryden</title>
		<link>http://blog.hoofoo.net/2009/01/14/wordpress-patch-for-problamatic-libxml2-version/comment-page-1/#comment-80</link>
		<dc:creator>angryden</dc:creator>
		<pubDate>Fri, 03 Apr 2009 09:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoofoo.net/?p=39#comment-80</guid>
		<description>&#34; is stripped too!
Please add following line:

$xml = str_ireplace('&#34;', '&#34;', $xml);</description>
		<content:encoded><![CDATA[<p>&quot; is stripped too!<br />
Please add following line:</p>
<p>$xml = str_ireplace(&#8217;&quot;&#8217;, &#8216;&#34;&#8217;, $xml);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yeyen</title>
		<link>http://blog.hoofoo.net/2009/01/14/wordpress-patch-for-problamatic-libxml2-version/comment-page-1/#comment-77</link>
		<dc:creator>yeyen</dc:creator>
		<pubDate>Sun, 15 Mar 2009 17:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoofoo.net/?p=39#comment-77</guid>
		<description>it's good trick,
thank a lot ,  now , I can posting wordpress using XMLRPC.very well.</description>
		<content:encoded><![CDATA[<p>it&#8217;s good trick,<br />
thank a lot ,  now , I can posting wordpress using XMLRPC.very well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Multic</title>
		<link>http://blog.hoofoo.net/2009/01/14/wordpress-patch-for-problamatic-libxml2-version/comment-page-1/#comment-69</link>
		<dc:creator>Multic</dc:creator>
		<pubDate>Tue, 24 Feb 2009 18:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoofoo.net/?p=39#comment-69</guid>
		<description>I made an archive with modified files, form this patch. It's work. 
Who don't like modify source code, can download my archive from that page: http://multica.net.ru/2009/02/24/reshili-problemku/

PS: sorry for my english...</description>
		<content:encoded><![CDATA[<p>I made an archive with modified files, form this patch. It&#8217;s work.<br />
Who don&#8217;t like modify source code, can download my archive from that page: <a href="http://multica.net.ru/2009/02/24/reshili-problemku/" rel="nofollow">http://multica.net.ru/2009/02/24/reshili-problemku/</a></p>
<p>PS: sorry for my english&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hamdi</title>
		<link>http://blog.hoofoo.net/2009/01/14/wordpress-patch-for-problamatic-libxml2-version/comment-page-1/#comment-46</link>
		<dc:creator>hamdi</dc:creator>
		<pubDate>Sun, 15 Feb 2009 07:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoofoo.net/?p=39#comment-46</guid>
		<description>thank you my friend, you're the man.
now i can patch my WP blog using your code
again, thanks so much...</description>
		<content:encoded><![CDATA[<p>thank you my friend, you&#8217;re the man.<br />
now i can patch my WP blog using your code<br />
again, thanks so much&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samantha</title>
		<link>http://blog.hoofoo.net/2009/01/14/wordpress-patch-for-problamatic-libxml2-version/comment-page-1/#comment-44</link>
		<dc:creator>Samantha</dc:creator>
		<pubDate>Sat, 07 Feb 2009 17:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoofoo.net/?p=39#comment-44</guid>
		<description>Hi Felix Ker

Check you code again , most people get encoded code from site , Please check exact code. 

regard.</description>
		<content:encoded><![CDATA[<p>Hi Felix Ker</p>
<p>Check you code again , most people get encoded code from site , Please check exact code. </p>
<p>regard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fixing The WordPress angle bracket problem &#124; DarrenGibson.org</title>
		<link>http://blog.hoofoo.net/2009/01/14/wordpress-patch-for-problamatic-libxml2-version/comment-page-1/#comment-43</link>
		<dc:creator>Fixing The WordPress angle bracket problem &#124; DarrenGibson.org</dc:creator>
		<pubDate>Sat, 07 Feb 2009 01:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoofoo.net/?p=39#comment-43</guid>
		<description>[...] one hardworking fellow figured out how to modify a few WordPress files to get things working again.&#160; If you’re not comfy with editing the code yourself, another [...]</description>
		<content:encoded><![CDATA[<p>[...] one hardworking fellow figured out how to modify a few WordPress files to get things working again.&#160; If you’re not comfy with editing the code yourself, another [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AN7ONYO</title>
		<link>http://blog.hoofoo.net/2009/01/14/wordpress-patch-for-problamatic-libxml2-version/comment-page-1/#comment-42</link>
		<dc:creator>AN7ONYO</dc:creator>
		<pubDate>Sat, 07 Feb 2009 00:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoofoo.net/?p=39#comment-42</guid>
		<description>YES!!!! YOU ARE THE BEST!!! Thank you all so much!
Solved the problem! (my error!!! :))</description>
		<content:encoded><![CDATA[<p>YES!!!! YOU ARE THE BEST!!! Thank you all so much!<br />
Solved the problem! (my error!!! :))</p>
]]></content:encoded>
	</item>
</channel>
</rss>
