<?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"
	>
<channel>
	<title>Comments on: Using SimpleXML To Parse RSS Feeds</title>
	<atom:link href="http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/</link>
	<description>Stuart Herbert's PHP Blog - Architecture, Code, and Hosting</description>
	<pubDate>Sun, 23 Nov 2008 14:37:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: slloyd</title>
		<link>http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/#comment-31530</link>
		<dc:creator>slloyd</dc:creator>
		<pubDate>Fri, 31 Oct 2008 06:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/#comment-31530</guid>
		<description>Thanks a bunch for the great article! It really helped me out. Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks a bunch for the great article! It really helped me out. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MTHarris Blogs &#187; Parsing XML with SimpleXML</title>
		<link>http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/#comment-24356</link>
		<dc:creator>MTHarris Blogs &#187; Parsing XML with SimpleXML</dc:creator>
		<pubDate>Thu, 10 Jul 2008 14:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/#comment-24356</guid>
		<description>[...] refering to grabbing content from inside different namespaces.  Stuart Herbert on php &#8220;using simpleXML to pull rss feeds&#8221; seemed to have the same problem as I - which was solved using a get children method.  [...]</description>
		<content:encoded><![CDATA[<p>[...] refering to grabbing content from inside different namespaces.  Stuart Herbert on php &#8220;using simpleXML to pull rss feeds&#8221; seemed to have the same problem as I - which was solved using a get children method.  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webborne</title>
		<link>http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/#comment-24355</link>
		<dc:creator>webborne</dc:creator>
		<pubDate>Thu, 10 Jul 2008 13:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/#comment-24355</guid>
		<description>Man.  You just itched my scratch, thanks for the article!</description>
		<content:encoded><![CDATA[<p>Man.  You just itched my scratch, thanks for the article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tristan Bailey</title>
		<link>http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/#comment-24246</link>
		<dc:creator>Tristan Bailey</dc:creator>
		<pubDate>Tue, 08 Jul 2008 04:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/#comment-24246</guid>
		<description>Nice article and good to point out the limits of the documentation rather than just compete the example without it.</description>
		<content:encoded><![CDATA[<p>Nice article and good to point out the limits of the documentation rather than just compete the example without it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/#comment-20845</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 10 May 2008 17:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/#comment-20845</guid>
		<description>Thanks for the code - it's been a great help!

Another way to get the CDATA is to load the xml using 
$xml = simplexml_load_string($rawFeed, 'SimpleXMLElement', LIBXML_NOCDATA);
(PHP &#62;= 5.1.0)

Then you just get the CDATA elements without complications.
See: http://us.php.net/manual/en/function.simplexml-load-string.php</description>
		<content:encoded><![CDATA[<p>Thanks for the code - it&#8217;s been a great help!</p>
<p>Another way to get the CDATA is to load the xml using<br />
$xml = simplexml_load_string($rawFeed, &#8216;SimpleXMLElement&#8217;, LIBXML_NOCDATA);<br />
(PHP &gt;= 5.1.0)</p>
<p>Then you just get the CDATA elements without complications.<br />
See: <a href="http://us.php.net/manual/en/function.simplexml-load-string.php" rel="nofollow">http://us.php.net/manual/en/function.simplexml-load-string.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; 用php5的simplexml解析各种feed - 某人的栖息地</title>
		<link>http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/#comment-18751</link>
		<dc:creator>&#187; 用php5的simplexml解析各种feed - 某人的栖息地</dc:creator>
		<pubDate>Tue, 01 Apr 2008 07:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/#comment-18751</guid>
		<description>[...] Using SimpleXML To Parse RSS Feeds [...]</description>
		<content:encoded><![CDATA[<p>[...] Using SimpleXML To Parse RSS Feeds [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karpacz Noclegi</title>
		<link>http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/#comment-17614</link>
		<dc:creator>Karpacz Noclegi</dc:creator>
		<pubDate>Sun, 16 Mar 2008 15:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/#comment-17614</guid>
		<description>Good work! i It is very usefull. i hope that i understand everything, and Your advice will work:)</description>
		<content:encoded><![CDATA[<p>Good work! i It is very usefull. i hope that i understand everything, and Your advice will work:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/#comment-15628</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 25 Feb 2008 18:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/#comment-15628</guid>
		<description>An excellent and very useful article, especially with regards to retrieving information from namespaces. Many thanks!</description>
		<content:encoded><![CDATA[<p>An excellent and very useful article, especially with regards to retrieving information from namespaces. Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek</title>
		<link>http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/#comment-15601</link>
		<dc:creator>Vivek</dc:creator>
		<pubDate>Mon, 25 Feb 2008 13:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/#comment-15601</guid>
		<description>Can you use the same code for Atom feed also? I guess not. How do we tweak it to accept atom feed?</description>
		<content:encoded><![CDATA[<p>Can you use the same code for Atom feed also? I guess not. How do we tweak it to accept atom feed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek</title>
		<link>http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/#comment-15600</link>
		<dc:creator>Vivek</dc:creator>
		<pubDate>Mon, 25 Feb 2008 13:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/#comment-15600</guid>
		<description>Hi, it's very useful. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, it&#8217;s very useful. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
