<?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: PHP Universal Feed Parser &#8211; lightweight PHP class for parsing RSS and ATOM feeds.</title>
	<atom:link href="http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/</link>
	<description>Exploring PHP, MySql, Javascript, jQuery, Zend Framework and more... from Bangladesh</description>
	<lastBuildDate>Wed, 10 Mar 2010 07:19:49 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Armand</title>
		<link>http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/comment-page-1/#comment-3839</link>
		<dc:creator>Armand</dc:creator>
		<pubDate>Sun, 21 Feb 2010 07:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/#comment-3839</guid>
		<description>how do i display the image of a item(feed item)?</description>
		<content:encoded><![CDATA[<p>how do i display the image of a item(feed item)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fahdo</title>
		<link>http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/comment-page-1/#comment-3776</link>
		<dc:creator>fahdo</dc:creator>
		<pubDate>Tue, 02 Feb 2010 12:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/#comment-3776</guid>
		<description>Hi!
i have this error:

Notice: Undefined offset: -1 in D:\SERVEUR\EasyPHP5.3.0\www\rss\FeedParser.php  on line 345
Sorry! cannot detect the feed version.

for this flux :
http://compiegne.cyber-base.org/cyberbase/rss/minisite/ateliersRSSAction.do?id=682

Any idea?

thank you.</description>
		<content:encoded><![CDATA[<p>Hi!<br />
i have this error:</p>
<p>Notice: Undefined offset: -1 in D:\SERVEUR\EasyPHP5.3.0\www\rss\FeedParser.php  on line 345<br />
Sorry! cannot detect the feed version.</p>
<p>for this flux :<br />
<a href="http://compiegne.cyber-base.org/cyberbase/rss/minisite/ateliersRSSAction.do?id=682" rel="nofollow">http://compiegne.cyber-base.org/cyberbase/rss/minisite/ateliersRSSAction.do?id=682</a></p>
<p>Any idea?</p>
<p>thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albert</title>
		<link>http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/comment-page-1/#comment-3732</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Sun, 24 Jan 2010 09:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/#comment-3732</guid>
		<description>Hi!
Great class. I have successfully used to parse RSS feeds, but I cannot parse ATOM feeds from hi5
Any idea?</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Great class. I have successfully used to parse RSS feeds, but I cannot parse ATOM feeds from hi5<br />
Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shannon Thrasher</title>
		<link>http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/comment-page-1/#comment-3535</link>
		<dc:creator>Shannon Thrasher</dc:creator>
		<pubDate>Tue, 24 Nov 2009 20:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/#comment-3535</guid>
		<description>@StephenB, @Omar

I solved this for myself by changing all lines that had 
= strip_tags($this-&gt;unhtmlentities((trim($data))));

to 
= $data; //strip_tags($this-&gt;unhtmlentities((trim($data))));

@admin sorry, i&#039;m not a php pro, but what are you trying to accomplish with  unhtmlentities?

Im likely missing something. Maybe the php strip_tags() with allowable_tags is applicable?

:)

Thanks,
Awesome time saver!</description>
		<content:encoded><![CDATA[<p>@StephenB, @Omar</p>
<p>I solved this for myself by changing all lines that had<br />
= strip_tags($this-&gt;unhtmlentities((trim($data))));</p>
<p>to<br />
= $data; //strip_tags($this-&gt;unhtmlentities((trim($data))));</p>
<p>@admin sorry, i&#8217;m not a php pro, but what are you trying to accomplish with  unhtmlentities?</p>
<p>Im likely missing something. Maybe the php strip_tags() with allowable_tags is applicable?</p>
<p> <img src='http://www.ajaxray.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks,<br />
Awesome time saver!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mino</title>
		<link>http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/comment-page-1/#comment-2906</link>
		<dc:creator>Mino</dc:creator>
		<pubDate>Sun, 16 Aug 2009 17:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/#comment-2906</guid>
		<description>Ok I love this script for it&#039;s simplicity I had only one problem with it, and that is that attributes of tags without a value will not work.

This is caused by the use of the characterData function for the attributes which is only called when a tag has a value.

I quickly hacked up a version where the attribute functionality has been moved to a separate function which will always be called on every tag.

Enjoy: http://pastebin.com/f79ac9041</description>
		<content:encoded><![CDATA[<p>Ok I love this script for it&#8217;s simplicity I had only one problem with it, and that is that attributes of tags without a value will not work.</p>
<p>This is caused by the use of the characterData function for the attributes which is only called when a tag has a value.</p>
<p>I quickly hacked up a version where the attribute functionality has been moved to a separate function which will always be called on every tag.</p>
<p>Enjoy: <a href="http://pastebin.com/f79ac9041" rel="nofollow">http://pastebin.com/f79ac9041</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP Flickr Image RSS Feed Parser. &#124; carters-site.net</title>
		<link>http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/comment-page-1/#comment-2899</link>
		<dc:creator>PHP Flickr Image RSS Feed Parser. &#124; carters-site.net</dc:creator>
		<pubDate>Mon, 10 Aug 2009 16:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/#comment-2899</guid>
		<description>[...] Anis uddin Ahmad&#8217;s  PHP lightweight feed parser allowed me to build a rather quick parser to grab photos from Flickr.  10 minutes later I had my [...]</description>
		<content:encoded><![CDATA[<p>[...] Anis uddin Ahmad&#8217;s  PHP lightweight feed parser allowed me to build a rather quick parser to grab photos from Flickr.  10 minutes later I had my [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guilherme</title>
		<link>http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/comment-page-1/#comment-2871</link>
		<dc:creator>guilherme</dc:creator>
		<pubDate>Thu, 16 Jul 2009 05:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/#comment-2871</guid>
		<description>and have the problem with cdata</description>
		<content:encoded><![CDATA[<p>and have the problem with cdata</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guilherme</title>
		<link>http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/comment-page-1/#comment-2870</link>
		<dc:creator>guilherme</dc:creator>
		<pubDate>Thu, 16 Jul 2009 05:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/#comment-2870</guid>
		<description>hi..i think that have a bug...

if the rss has more than 1  element the script put all the values at the same line

like this: [CATEGORY] =&gt; delicinhasimagens

and the correct is: 
delcinhas
imagens</description>
		<content:encoded><![CDATA[<p>hi..i think that have a bug&#8230;</p>
<p>if the rss has more than 1  element the script put all the values at the same line</p>
<p>like this: [CATEGORY] =&gt; delicinhasimagens</p>
<p>and the correct is:<br />
delcinhas<br />
imagens</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/comment-page-1/#comment-2851</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 26 Jun 2009 07:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/#comment-2851</guid>
		<description>Cool parser... Thank You...!</description>
		<content:encoded><![CDATA[<p>Cool parser&#8230; Thank You&#8230;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Glover</title>
		<link>http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/comment-page-1/#comment-2830</link>
		<dc:creator>Alex Glover</dc:creator>
		<pubDate>Fri, 12 Jun 2009 19:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/#comment-2830</guid>
		<description>How would I use this to display maybe the  most recent three entries in the feed?</description>
		<content:encoded><![CDATA[<p>How would I use this to display maybe the  most recent three entries in the feed?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
