<?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: Using PHP cURL to read RSS feed XML</title>
	<atom:link href="http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/</link>
	<description>Practical guide to WordPress development, blogging and programming</description>
	<lastBuildDate>Tue, 24 Apr 2012 05:14:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Zach</title>
		<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/comment-page-2/#comment-172435</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Sat, 20 Aug 2011 16:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=25#comment-172435</guid>
		<description>I don&#039;t often do stuff with rss, so I am not sure if this is common, but I had to tweak this script to work with craigslist rss feeds.  In their feed the item elements are not children of channel.  Therefore I had to change $xml-&gt;channel-&gt;item to $xml-&gt;item whenever it appeared in the rss function.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t often do stuff with rss, so I am not sure if this is common, but I had to tweak this script to work with craigslist rss feeds.  In their feed the item elements are not children of channel.  Therefore I had to change $xml-&gt;channel-&gt;item to $xml-&gt;item whenever it appeared in the rss function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: San</title>
		<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/comment-page-2/#comment-123642</link>
		<dc:creator>San</dc:creator>
		<pubDate>Wed, 11 May 2011 12:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=25#comment-123642</guid>
		<description>Gr8 article ..Exactly what i was looking for .Was able to use CURL and get data from XML file in minutes</description>
		<content:encoded><![CDATA[<p>Gr8 article ..Exactly what i was looking for .Was able to use CURL and get data from XML file in minutes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lig radyo</title>
		<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/comment-page-2/#comment-122663</link>
		<dc:creator>Lig radyo</dc:creator>
		<pubDate>Sun, 08 May 2011 23:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=25#comment-122663</guid>
		<description>Hey! I just want to give an enormous thumbs up for the nice info you&#039;ve got right here on this post. I will be coming back to your blog for more soon.</description>
		<content:encoded><![CDATA[<p>Hey! I just want to give an enormous thumbs up for the nice info you&#8217;ve got right here on this post. I will be coming back to your blog for more soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webdesigner</title>
		<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/comment-page-2/#comment-120872</link>
		<dc:creator>webdesigner</dc:creator>
		<pubDate>Tue, 03 May 2011 00:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=25#comment-120872</guid>
		<description>&quot;Note, how we get to node attributes: $urlAtt = $xml-&gt;entry-&gt;link[0]-&gt;attributes(), now $urlAtt is associative array where attribute name is array key and attribute value is a value for this key.&quot;

just to make things more clear you could have posted it. but thanks for the easy to understand tutorial.</description>
		<content:encoded><![CDATA[<p>&#8220;Note, how we get to node attributes: $urlAtt = $xml-&gt;entry-&gt;link[0]-&gt;attributes(), now $urlAtt is associative array where attribute name is array key and attribute value is a value for this key.&#8221;</p>
<p>just to make things more clear you could have posted it. but thanks for the easy to understand tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Winiarski</title>
		<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/comment-page-2/#comment-99830</link>
		<dc:creator>Greg Winiarski</dc:creator>
		<pubDate>Mon, 07 Mar 2011 18:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=25#comment-99830</guid>
		<description>@Caleb, it&#039;s actually a standard XML file, you can just load it using SimpleXMLElement and use as an object.</description>
		<content:encoded><![CDATA[<p>@Caleb, it&#8217;s actually a standard XML file, you can just load it using SimpleXMLElement and use as an object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deep C</title>
		<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/comment-page-2/#comment-98741</link>
		<dc:creator>Deep C</dc:creator>
		<pubDate>Fri, 04 Mar 2011 12:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=25#comment-98741</guid>
		<description>You made it quite easy to understand ...

Keep up the Good Work !!</description>
		<content:encoded><![CDATA[<p>You made it quite easy to understand &#8230;</p>
<p>Keep up the Good Work !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caleb</title>
		<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/comment-page-2/#comment-98156</link>
		<dc:creator>Caleb</dc:creator>
		<pubDate>Wed, 02 Mar 2011 15:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=25#comment-98156</guid>
		<description>Thanks for the tutorial. I have a question if you can afford to respond back.
What about non-standard xml formats like oodle xml feeds(link below):

http://api.oodle.com/api/v2/listings?key=TEST&amp;region=chicago&amp;category=vehicle/car

Do you know of a way to parse it ? than in advance!</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial. I have a question if you can afford to respond back.<br />
What about non-standard xml formats like oodle xml feeds(link below):</p>
<p><a href="http://api.oodle.com/api/v2/listings?key=TEST&#038;region=chicago&#038;category=vehicle/car" rel="nofollow">http://api.oodle.com/api/v2/listings?key=TEST&#038;region=chicago&#038;category=vehicle/car</a></p>
<p>Do you know of a way to parse it ? than in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kapil</title>
		<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/comment-page-2/#comment-95047</link>
		<dc:creator>Kapil</dc:creator>
		<pubDate>Sun, 20 Feb 2011 16:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=25#comment-95047</guid>
		<description>Nice script thanks dear..</description>
		<content:encoded><![CDATA[<p>Nice script thanks dear..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stanley wing</title>
		<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/comment-page-2/#comment-87761</link>
		<dc:creator>stanley wing</dc:creator>
		<pubDate>Wed, 26 Jan 2011 09:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=25#comment-87761</guid>
		<description>It is really a very useful artcle and solved me problem, thanks so much...!!</description>
		<content:encoded><![CDATA[<p>It is really a very useful artcle and solved me problem, thanks so much&#8230;!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boss</title>
		<link>http://ditio.net/2008/06/19/using-php-curl-to-read-rss-feed-xml/comment-page-2/#comment-81550</link>
		<dc:creator>boss</dc:creator>
		<pubDate>Thu, 06 Jan 2011 13:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=25#comment-81550</guid>
		<description>eey anyone cane give greg&#039;s mail id so that i can contact him directly?</description>
		<content:encoded><![CDATA[<p>eey anyone cane give greg&#8217;s mail id so that i can contact him directly?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

